Restarts a sleeping agent’s VM. The agent transitions fromDocumentation 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 back to its previous active phase and resumes work. Use murmur wake to bring an agent back after putting it to sleep.
Agents also wake automatically when they receive a follow-up message — murmur wake is for when you want to restart the VM without sending new work.
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
Wake a sleeping agent
Confirm the agent is running
Sleep and wake cycle
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 sleep— stop an agent’s VM while preserving statemurmur wait— block until an agent reaches a target phasemurmur status— check an agent’s current statusmurmur kill— cancel an agent permanently