update-workflow
Update an existing n8n workflow by providing the workflow ID and properties to modify.
Instructions
Update an existing workflow in n8n. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow ID | |
| clientId | Yes | Client ID from init-n8n | |
| workflow | Yes | Workflow properties to update |