n8n_update_full_workflow
Updates an entire n8n workflow by replacing all nodes and connections. Provide complete nodes array and connections object for full replacement.
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) | |
| connections | No | Complete connections object (required if modifying workflow structure) | |
| settings | No | Workflow settings to update |