n8n_update_full_workflow
Replace an entire n8n workflow by providing a complete nodes array and connections object. For incremental changes, use the partial update tool.
Instructions
Full workflow update. Requires complete nodes[] and connections{}. For incremental use n8n_update_partial_workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID to update | |
| name | No | New workflow name | |
| nodes | No | Complete array of workflow nodes (required if modifying workflow structure) | |
| settings | No | Workflow settings to update | |
| nodeGroups | No | Canvas groups (n8n 2.28+). Omit to keep the existing groups; pass [] to ungroup everything. Members are node IDs. | |
| connections | No | Complete connections object (required if modifying workflow structure) |