n8n_activate_workflow
Activate or deactivate an n8n workflow by providing its ID and a boolean flag. Manage workflow status to control execution without modifying its configuration.
Instructions
Activate or deactivate an n8n workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | n8n workflow ID | |
| active | Yes | true to activate, false to deactivate | |
| server_name | No | Server name. Uses default if omitted. |