Agents & Machines
stopAgent
Stop Agent
Stop one of your running agent sessions: a graceful halt of an agent you started, for a runaway, duplicate, or no-longer-needed run.
Arguments
conversationIdstringrequiredThe agent session to stop: the conversationId of a live session from listAgentSessions (each row carries it).forcebooleanoptionalForce-clear a STUCK session a graceful stop can't reach: one frozen in queued/starting because its daemon died mid-claim, jamming the machine's lane so every later session queues behind it and never starts. This skips the daemon entirely…
Returns
The registry does not declare a return shape.
Ask for it
The Cloud routes these requests to this verb.
- stop that agent
- halt the agent
- kill the run
- cancel that agent
- stop the runaway/duplicate agent
- clear the stuck session
- unjam the machine
Pair it with
The verbs that finish the job.