icp_release_snapshot
Create a release snapshot to record deployed canister details for tracking and rollback. Supply canister ID, WASM path, and project path.
Instructions
Create a release snapshot/record for a deployed canister. Useful for tracking deployments and enabling rollbacks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Release notes | |
| wasm_path | Yes | Path to the deployed WASM | |
| canister_id | Yes | The canister ID | |
| project_path | Yes | Project path for storing the release record |