n8n_update_workflow
Modify workflow details such as name, nodes, settings, or connections without overwriting unspecified data.
Instructions
Update an existing workflow. Supports partial updates: omitted fields keep their current values (the current workflow is fetched and merged automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID to update | |
| name | No | New workflow name | |
| nodes | No | Updated workflow nodes | |
| settings | No | Updated settings | |
| connections | No | Updated connections |