Stops an agent’s VM. The agent’s workflow and state are preserved — the VM is deallocated but the agent remains inDocumentation Index
Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt
Use this file to discover all available pages before exploring further.
PHASE_SLEEPING. A sleeping agent wakes automatically when it receives a follow-up, or manually with murmur wake.
Use murmur sleep to save compute costs on agents you want to keep alive but don’t need running right now.
Synopsis
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
slug | string | on laptop | The agent’s slug. Optional on VMs (defaults to self). |
--workspace | string | no | Workspace name. Overrides the value from murmur.yaml. |
Output
Examples
Put an idle agent to sleep
Confirm the agent is sleeping
Wake it back up later
Errors
| Code | Meaning | What to do |
|---|---|---|
NOT_FOUND | No agent with that slug exists. | Check the slug spelling. Use murmur ls to see running agents. |
UNAUTHENTICATED | Identity token is missing or expired. | Run murmur auth or check your murmur.local.yaml configuration. |
Related
- Agents — concept overview
murmur wake— restart a sleeping agent’s VMmurmur wait— block until an agent reaches a target phasemurmur status— check an agent’s current statusmurmur kill— cancel an agent permanently