restore_project_snapshot
Restore a project from a snapshot with a dry-run plan first, then confirm to atomically execute. Optionally include auth data.
Instructions
Plan or confirm a project snapshot restore. Omit confirm for the loss statement and confirm token; pass confirm to execute the atomic restore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Confirm token from the restore_plan. Omit for a dry restore plan. | |
| project_id | Yes | Project ID to restore. | |
| snapshot_id | Yes | Snapshot ID to restore from. | |
| include_auth | No | When true, restore captured auth users/passkeys too. Sessions/tokens are never restored. |