Update workflow
n8n_update_workflowUpdate an existing n8n workflow by providing its ID and the complete workflow object. First retrieve the workflow using n8n_get_workflow.
Instructions
Update an existing workflow. Send the complete workflow object (get it first with n8n_get_workflow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | Workflow ID | |
| workflow | Yes | Complete workflow object |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||