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
Example response
{
"success": true
}Stops a running agent
ID of the agent to stop
Agent stopped successfully
{
"success": true
}