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>"
}
}Was this page helpful?