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
The Wallet UI shows the canisters recently created.
If I use dfx canister delete to delete one canister, some other canisters also disappear.
If I use icx to call ic.delete_canister, the canister is deleted but it still shows in the wallet UI.
A related question. If I delete a canister that has some left-over cycles, are the cycles get lost or it can be returned to the wallet? It seems dfx canister delete doesn't return the remaining cycles.
The text was updated successfully, but these errors were encountered:
The Wallet UI shows the canisters recently created.
dfx canister delete
to delete one canister, some other canisters also disappear.icx
to callic.delete_canister
, the canister is deleted but it still shows in the wallet UI.A related question. If I delete a canister that has some left-over cycles, are the cycles get lost or it can be returned to the wallet? It seems
dfx canister delete
doesn't return the remaining cycles.The text was updated successfully, but these errors were encountered: