promote_snapshot
Validates and packages a Cognigy.AI snapshot, generating a download link for deployment to another environment. Set dryRun=false to execute packaging.
Instructions
Promotes a Cognigy.AI snapshot for deployment by packaging it and generating a download link. Use this to prepare a snapshot for transfer to another environment. 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 and generate download link. | |
| timeoutMs | No | Maximum time to wait for packaging (5-600 seconds, default 180) | |
| snapshotId | Yes | The snapshot ID to promote | |
| pollIntervalMs | No | How often to check task status (1-10 seconds, default 3) |