restore_workflow
Restore a workflow to a previous backup version. Automatically backs up the current state before restoring to prevent data loss.
Instructions
Restore a workflow to a previous backup version (auto-backups current state first)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backupId | Yes | Backup ID from list_workflow_backups (e.g., "backup_123_2026-02-11T10-30-00-000Z") | |
| workflowId | Yes | Workflow ID to restore | |
| autoBackupCurrent | No | Auto-backup current version before restore (default: true) |