FlowDrop Docs

Cancel execution

Cancel a running execution. Only executions in 'pending' or 'running' status can be cancelled.

POST
/executions/{id}/cancel

Authorization

AuthorizationBearer <token>

JWT token for authentication

In: header

Path Parameters

id*string

Execution/Pipeline UUID

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/executions/497f6eca-6276-4993-bfeb-53cbbbba6f08/cancel"
{  "success": true,  "message": "Execution cancelled successfully"}