API referencePipeline
Cancel execution
Cancel a running execution. Only executions in 'pending' or 'running' status can be cancelled.
AuthorizationBearer <token>
JWT token for authentication
In: header
Path Parameters
id*string
Execution/Pipeline UUID
Format
uuidResponse 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"}