agents

Stop an agent

Stops a running agent

post/api/agents/{agentId}/stop

Path parameters

agentIdstring uuid required

ID of the agent to stop

Response

Agent stopped successfully

successboolean

Example response

{
  "success": true
}