Ensures the pool workflow is running for your tenant. If the pool is already running, this is a no-op. If it has stopped or has not been started, this starts it. Once running, the pool workflow continuously maintains warm VMs according to yourDocumentation Index
Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt
Use this file to discover all available pages before exploring further.
pool-config limits and per-workspace min_idle settings.
Synopsis
Pool commands run from your laptop only. They are not available on agent VMs.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
--workspace | string | no | Workspace name. Overrides the value from murmur.yaml. |
Output
On success, prints a single confirmation line:Examples
Start the pool
Verify the pool is maintaining VMs
Runmurmur pool status after starting the pool to confirm warm VMs are being provisioned:
Errors
| Code | Meaning | What to do |
|---|---|---|
UNAUTHENTICATED | Identity token is missing or expired. | Run murmur auth or check your murmur.local.yaml configuration. |
PERMISSION_DENIED | Your role does not have pool-config.edit permission. | Ask a tenant admin to grant you the required permission. |
| (exit error) | pool commands are not supported on VMs | Run this command from your laptop, not from an agent VM. |
Related
- Pools — concept overview
pool-config— catalog resource that controls pool capacity limitsmurmur pool status— check the current pool statemurmur pool flush— destroy warm VMs so the pool replenishes