n8n_update_workflow
Modify existing n8n workflow structure or settings. Update workflow name, add/remove nodes, or change connections. Deactivate workflow first for structure changes.
Instructions
Modify existing workflow structure or settings. Update workflow name, add/remove nodes, or change connections. Workflow must be deactivated first for structure changes. Returns updated workflow.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID to modify | |
| name | No | New workflow name (optional) | |
| nodes | No | Updated node array (optional) | |
| connections | No | Updated connection map (optional) |