Skip to main content
POST
/
workflow-executions
/
{execution_id}
/
terminate
Terminate Workflow Execution
curl --request POST \
  --url https://api.example.com/workflow-executions/{execution_id}/terminate \
  --header 'Content-Type: application/json' \
  --cookie fastapiusersauth= \
  --data '
{
  "reason": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

execution_id
string
required

Query Parameters

workspace_id
string<uuid>
required

Body

application/json
reason
string | null

Response

Successful Response