restore_snapshot
Restore a saved snapshot to overwrite your Cognigy.AI project configuration. Validate with dry run first; actual restore replaces current state.
Instructions
Restores a snapshot to its Cognigy.AI project, replacing the current configuration. DESTRUCTIVE: Current project state will be overwritten with the snapshot's state. Use dryRun=true (default) to validate first. Async operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true (default), validates without restoring. Set to false to actually restore. WARNING: This replaces the current project configuration! | |
| timeoutMs | No | Maximum time to wait for restore (5-600 seconds, default 180) | |
| snapshotId | Yes | The snapshot ID to restore | |
| pollIntervalMs | No | How often to check task status (1-10 seconds, default 3) |