backup_restore
Upload a backup ZIP file to restore company data asynchronously. Use backup_restore_status to monitor progress, and optionally purge existing data before restoring.
Instructions
Upload a backup ZIP file to restore company data. The restore runs asynchronously. Use backup_restore_status to check progress. WARNING: if purgeExisting is true, all current company data will be deleted before restoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to the backup ZIP file to restore | |
| companyId | No | Company UUID override (uses active company if not set) | |
| purgeExisting | No | Delete all existing company data before restoring (default: false) |