POST
/
api
/
agents
/
{agentId}
/
stop
Stop an agent
curl --request POST \
  --url http://localhost:3000/api/agents/{agentId}/stop
{
  "success": true,
  "data": {
    "message": "<string>"
  }
}

Path Parameters

agentId
string<uuid>
required

ID of the agent to stop

Response

Agent stopped successfully

success
boolean
Example:

true

data
object