n8n_restore_workflow
Restore a workflow from a local backup, either as a new workflow or by overwriting an existing one.
Instructions
Restore a workflow from a local backup. By default creates a new workflow; pass target_workflow_id to overwrite an existing workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activate | No | Activate restored workflow after restore. | |
| backup_path | Yes | Path returned by n8n_list_backups or mutation output. | |
| server_name | No | Target server name. Uses default if omitted. | |
| target_workflow_id | No | Existing workflow ID to overwrite. If omitted, creates a new workflow. |