n8n_update_workflow
Update an existing n8n workflow by providing its ID and the full updated workflow JSON, enabling modification of automation workflows through AI assistants.
Instructions
Update an existing n8n workflow. Send the full updated workflow JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes | n8n workflow ID to update | |
| workflow_json | Yes | Full workflow JSON as string | |
| server_name | No | Server name. Uses default if omitted. |