Skip to main content
PUT
/
api
/
v2
/
workflow-runs
/
{workflowRunId}
/
cancel
Cancel workflow run
curl --request PUT \
  --url https://api.example.com/api/v2/workflow-runs/{workflowRunId}/cancel
{}

Path Parameters

workflowRunId
string
required

The unique identifier of the workflow run to be cancelled.

Response

Workflow run cancellation request accepted.

Workflow run cancellation request accepted.