Cancels a running agent and its entire child tree. The agent transitions toDocumentation 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_CANCELED and its VM is destroyed. If the agent has children, they are canceled too.
On a VM, the slug is optional — omitting it kills the current agent.
Synopsis
Arguments
Examples
Kill a running agent
PHASE_CANCELED. Verify with murmur status:
Kill a service agent
Self-kill on a VM
When running on an agent VM, omit the slug to kill the current agent: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. |
INVALID_ARGUMENT | service kill requires a slug | The --service flag requires a slug — it cannot default to self. |
Related
- Agents — concept overview
murmur status— check an agent’s current phasemurmur sleep— stop an agent’s VM without canceling itmurmur spawn— start a new agentmurmur ls— list running agents