delete_snapshot
Permanently removes a snapshot from a Cognigy.AI project. Use dry run to validate before irreversible deletion.
Instructions
Deletes a snapshot from a Cognigy.AI project. DESTRUCTIVE & IRREVERSIBLE: The snapshot and all its data will be permanently removed. Use dryRun=true (default) to validate first. Async operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true (default), validates without deleting. Set to false to actually delete. WARNING: This is irreversible! | |
| timeoutMs | No | Maximum time to wait for deletion (5-300 seconds, default 60) | |
| snapshotId | Yes | The snapshot ID to delete | |
| pollIntervalMs | No | How often to check task status (1-10 seconds, default 2) |