n8n_update_full_workflow
Updates an n8n workflow completely by providing full nodes array and connections object. Requires entire workflow structure for modification.
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 |