Skip to main content
PATCH
/
workflow
/
{id}
/
stop
Stop a workflow execution
curl --request PATCH \
  --url http://localhost:3001/workflow/{id}/stop
{
  "error": "<string>",
  "message": "<string>",
  "workflowId": "<string>"
}

Path Parameters

id
string
required

The id of workflow to stop

Response

The workflow stopped