You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -2635,6 +2635,8 @@ This method can be called by canisters as well as by external users via ingress
This method lists the snapshots of the canister identified by `canister_id`. Only controllers of the canister can list its snapshots. Currently, at most one snapshot per canister will be stored.
The results notably include the snapshot's unique identifier and its size in bytes.
### IC method `delete_canister_snapshot` {#ic-delete_canister_snapshot}
This method can be called by canisters as well as by external users via ingress messages.