deactivate_workflow
Deactivate a specific workflow by ID to stop automatic execution while retaining it for manual use or future reactivation. Ideal for temporarily pausing workflows without deletion.
Instructions
Deactivates a workflow by its ID, preventing it from running automatically. The workflow will still exist and can be manually executed or reactivated later. Use this instead of deleting workflows that you might need again.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ID of the workflow to deactivate - can be obtained from list_workflows |