v20

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-07302265.1 KB

Terminate a specific workflow run (force stop)

Force terminates a workflow run. Unlike stop/cancel, terminate immediately stops the run without allowing cleanup.

post/workflow/{id}/runs/{rid}/terminate

Path parameters

idstring required
ridstring uuid required

The specific run id to terminate

Request body

reasonstring

Optional reason for termination

Response

The workflow run was terminated

terminatedboolean
workflowIdstring
runIdstring