Agent
Abort all running instances of the agent.
post/agent/{id}/abort
Path parameters
idinteger required
ID of the agent to stop.
Query parameters
softAbortboolean
If true, tries to soft abort the agent.
Response
Success
Example response
{
"status": "success"
}