Cancel a workflow run
POST/v1/workflows/runs/:identifier/cancel
Cancel an in-progress workflow run. By default, waits for the current node to finish before concluding the run as CANCELLED. Use force=true to immediately fail all running nodes.
To learn more about workflows, see the documentation.
Request
Responses
- 200
- 404
- 422
- 500
Default Response
Default Response
Default Response
Default Response