n8n_update_workflow
Update an existing n8n workflow by replacing its JSON configuration with a new full workflow definition.
Instructions
Update an existing n8n workflow. Send the full updated workflow JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_name | No | Server name. Uses default if omitted. | |
| workflow_id | Yes | n8n workflow ID to update | |
| workflow_json | Yes | Full workflow JSON as string |