Skip to main content

cancel_queued_run

Cancel a queued ActionFlow run by queue item ID before it is dispatched.

cancel_queued_run

Cancel a queued flow run by queue item ID. Use this before the item is dispatched. After dispatch, cancel with cancel_run and the Trigger run ID.

See Installation for auth and response_format.

Arguments

ArgumentTypeRequiredDescription
queueIdstringYesQueue item ID.
organizationIdstringNoOrganization ID for access checks.
response_formatjson or markdownNoDefault json.

Example

{
  "queueId": "queue_item_id",
  "organizationId": "org_123"
}

Returns

JSON with success and data (cancelled queue item).

On this page