n8n_update_workflow_partial
Apply surgical edits to an existing n8n workflow—add, remove, or update nodes and connections—without rewriting the entire workflow.
Instructions
Apply surgical edits to an existing workflow without rewriting it. Operations: setName, addNode, removeNode, updateNode, addConnection, removeConnection. Fetches the current workflow, applies the ops, and saves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID | |
| validate | No | Validate before saving (default true) | |
| operations | Yes | List of edits to apply in order |