v1

latestOpenAPI 3.1.02026-07-26751285.0 KB
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
}