v1

latestOpenAPI 3.0.0ISC2026-07-26782347.5 KB
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

statusstring
dataobject

Example response

{
  "status": "success"
}