MINARA

Cancel a running instance

POST /v1/workflows/:id/instances/:instanceId/cancel — Cancel a running execution. The cancellation reason is logged.

POST /v1/workflows/:id/instances/:instanceId/cancel

Cancel a running execution. The cancellation reason is logged.

MethodPOST
Path/v1/workflows/:id/instances/:instanceId/cancel
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryworkflows

Request body

{ "reason": "operator cancelled" }

On this page