Skip to main content
Cancels an agent task and its entire subtree of child agents. The agent’s VM is terminated and all in-progress work stops. Equivalent to murmur kill in the CLI.
This is a destructive operation. The agent and all its children are permanently cancelled. Use interrupt if you only want to stop the current turn.

Parameters

Response

Returns a confirmation string: killed <slug>.

Examples

Kill an agent

Response:

Kill using absolute path

Errors

  • murmur kill — equivalent CLI command
  • interrupt — stop the current turn without killing the agent
  • ls — list running agents
  • status — check agent state
  • spawn — create an agent