/
/Output.ai API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 4w ago
  • getHealth check the API
  • postExecute a workflow synchronously
  • postStart a workflow asynchronously
  • getGet workflow execution status (latest run)
  • getGet workflow execution status for a specific run
  • patchStop a specific workflow run
  • patch[Deprecated] Stop the latest workflow run
  • postTerminate a specific workflow run (force stop)
  • post[Deprecated] Terminate the latest workflow run
  • postReset a specific workflow run to re-run from after a completed step
  • post[Deprecated] Reset the latest workflow run
  • getReturn the result of a workflow (latest run)
  • getReturn the result of a specific workflow run
  • getGet workflow trace log data (latest run)
  • getGet workflow trace log data for a specific run
  • getGet paginated workflow execution history
  • getGet paginated workflow execution history for a specific run
  • getGet a specific workflow catalog by ID
  • getGet the default workflow catalog
  • getList workflow runs
  • postSend feedback to a workflow
  • postSend a signal to an workflow
  • postSend a query to an workflow
  • postExecute an update on an workflow
  • postA dummy post endpoint for test only

[Deprecated] Terminate the latest workflow run

Force terminates the latest run. Deprecated; use POST /workflow/{id}/runs/{rid}/terminate to target a specific run. Scheduled for removal after 2026-07-16.

post/workflow/{id}/terminate

Path parameters

idstring required

Request body

reasonstring

Response

The workflow run was terminated

terminatedboolean
workflowIdstring
runIdstring

Changes