disable_workflow
Disable an active Azure Logic App workflow to stop processing new triggers, allowing in-progress runs to finish. Use to halt execution for debugging or maintenance.
Instructions
Disable an active workflow, stopping it from processing triggers and running. In-progress runs will continue until completion. For Consumption Logic Apps, disables the entire Logic App. For Standard Logic Apps, disables a specific workflow within the Logic App.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Azure subscription ID | |
| resourceGroupName | Yes | Resource group name | |
| logicAppName | Yes | Logic App resource name | |
| workflowName | No | Workflow name (required for Standard SKU) |