package_snapshot
Package a Cognigy.AI snapshot into a downloadable file for transfer or backup. Requires setting dryRun to false.
Instructions
Packages a Cognigy.AI snapshot for download or transfer. Creates a downloadable package from the snapshot. Use create_snapshot_download_link after packaging to get the download URL. MUTATING: Set dryRun=false to package. Async operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true (default), validates without packaging. Set to false to actually package. | |
| timeoutMs | No | Maximum time to wait for packaging (5-600 seconds, default 120) | |
| snapshotId | Yes | The snapshot ID to package | |
| pollIntervalMs | No | How often to check task status (1-10 seconds, default 3) |