Restore account backup
nuvio_restore_backupRestore account data from a backup JSON, overwriting profiles, addons, library, and settings. Requires a two-phase confirmation: call once to get a token, then confirm to execute.
Instructions
Replace account data from a backup produced by nuvio_export_backup. Only available on self-hosted backends that expose sync_restore_account_backup. High risk: overwrites profiles/addons/library/settings. This operation cannot be undone: it uses two-phase confirmation — call it once to get a short-lived confirmation token, then call again with that token to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backup | Yes | Backup JSON from nuvio_export_backup | |
| confirm | No | Required for reversible destructive changes. Without it a preview is returned. | |
| confirmation_token | No | Token from a previous call of this tool. Irreversible operations require a two-phase prepare/execute: call once to receive the token, then call again with it. |