Update workflow
update_workflowReplace an existing n8n workflow by uploading a full workflow JSON. Automatically strips read-only fields like id and tags to ensure valid update.
Instructions
Replace an existing workflow (PUT). Pass the full workflow JSON (typically the result of get_workflow with modifications); read-only fields (id, active, tags, dates) are stripped automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the workflow to update | |
| workflow | Yes | Full workflow JSON (name, nodes, connections, settings) |