Update n8n Workflow
n8n_update_workflowUpdate an existing n8n workflow with a new full definition, including nodes, connections, and settings. Active workflows are automatically republished.
Instructions
Update an existing workflow. Replaces the full workflow definition. If the workflow is active, it will be republished automatically.
Args:
id (string): Workflow ID to update
name (string): New workflow name
nodes (array): Full array of node objects
connections (object): Full node connection map
settings (object?): Workflow settings
active (boolean?): Activation state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID to update | |
| name | Yes | Workflow name | |
| nodes | Yes | Full array of n8n node definitions | |
| active | No | Activation state | |
| settings | No | Workflow settings | |
| connections | Yes | Full node connection map |