Terminate a workflow execution (force stop)

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

post/workflow/{id}/terminate

Path parameters

idstring required

The id of workflow to terminate

Request body

reasonstring

Optional reason for termination

Response

The workflow was terminated

terminatedboolean
workflowIdstring

Changes