v13

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-015232292.9 KB
Workflows

Cancel Execution

Cancel a running workflow execution. Only effective for executions that are still in progress.

post/api/workflows/{id}/executions/{executionId}/cancel

Path parameters

idstring required
Example:3b1f7c92-8d4e-4a6b-9c0d-5e2f8a714b36

The unique identifier of the workflow.

executionIdstring required
Example:e4f8d2b6-9a1c-4e3d-8b7f-5c0a2d9e6f13

The unique identifier of the execution to cancel.

Response

Execution was successfully cancelled.

successboolean

Whether the cancellation was successful.

executionIdstring

The ID of the cancelled execution.