Stop an agent
POST/agents/:agentId/stop
Stops a running agent
Request
Path Parameters
agentId uuidrequired
ID of the agent to stop
Responses
- 200
- 404
Agent stopped successfully
- application/json
- Schema
- Example (from schema)
Schema
successboolean
Example:
true
{
"success": true
}
Agent not found
- application/json
- Schema
- Example (from schema)
Schema
errorstring
Example:
Agent not found
{
"error": "Agent not found"
}