Skip to main content
PATCH
/
workflow
/
{id}
/
runs
/
{rid}
/
stop
Stop a specific workflow run
curl --request PATCH \
  --url http://localhost:3001/workflow/{id}/runs/{rid}/stop
{
  "workflowId": "<string>",
  "runId": "<string>"
}

Path Parameters

id
string
required
rid
string<uuid>
required

The specific run id to stop

Response

The workflow run was stopped

workflowId
string
runId
string