/
/Output.ai API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 41m ago · Updated 4w ago
  • getHealth check the API
  • postExecute a workflow synchronously
  • postStart a workflow asynchronously
  • getGet workflow execution status
  • patchStop a workflow execution
  • postTerminate a workflow execution (force stop)
  • postReset a workflow to re-run from after a specific step
  • getReturn the result of a workflow
  • getGet workflow trace log data
  • 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

Stop a workflow execution

patch/workflow/{id}/stop

Path parameters

idstring required

The id of workflow to stop

Response

The workflow stopped

Changes