cancel_run
Cancel a running or waiting Azure Logic Apps workflow run. Identify the run using list_run_history or search_runs before cancellation.
Instructions
Cancel a running or waiting workflow run. Only runs in 'Running' or 'Waiting' status can be cancelled. For Standard SKU, workflowName is required. Use list_run_history or search_runs to find running runs first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Azure subscription ID | |
| resourceGroupName | Yes | Resource group name | |
| logicAppName | Yes | Logic App resource name | |
| runId | Yes | The run ID to cancel | |
| workflowName | No | Workflow name (required for Standard SKU) |