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
required

ID of the agent to stop

Response

200
application/json

Agent stopped successfully

The response is of type object.