Cancels an agent task and its entire subtree of child agents. The agent’s VM is terminated and all in-progress work stops. Equivalent 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.
murmur kill in the CLI.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
slug | string | yes | Agent task slug to kill. Use an absolute path like /w/workspace/u/account/slug to target an agent outside your own path. |
workspace | string | no | Workspace name. Overrides the session default. |
Response
Returns a confirmation string:killed <slug>.
Examples
Kill an agent
Kill using absolute path
Errors
| Code | Meaning | What to do |
|---|---|---|
NOT_FOUND | No agent with that slug exists. | Check the slug. Use ls to see running agents. |
UNAUTHENTICATED | Identity token is missing or expired. | Check credentials. |
Related
murmur kill— equivalent CLI commandinterrupt— stop the current turn without killing the agentls— list running agentsstatus— check agent statespawn— create an agent