FlowDrop Docs
API referenceAgent spec

Cancel Agent Spec execution

Cancel a running Agent Spec execution. Only executions in 'running' status can be cancelled.

POST
/agentspec/executions/{id}/cancel

Authorization

AuthorizationBearer <token>

JWT token for authentication

In: header

Path Parameters

id*string

Execution ID from the runtime

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/agentspec/executions/string/cancel"
{  "success": true,  "message": "Execution cancelled successfully"}