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

Changes

Changed in 3 of the 20 revisions of this API.331

  • 01552bfa957923See the full diff
    • added to the response body oneOf list for the response status

      response-body-one-of-added

    • the response's body type changed from object to no type for status

      response-body-type-changed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog