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 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.