curl --request POST \
--url http://localhost:3000/api/agents/{agentId}/stop
{
"success": true,
"data": {
"message": "<string>"
}
}
Stops a running agent
curl --request POST \
--url http://localhost:3000/api/agents/{agentId}/stop
{
"success": true,
"data": {
"message": "<string>"
}
}
ID of the agent to stop
Agent stopped successfully
The response is of type object
.
Was this page helpful?