Destroying model is stuck

I have a model on AWS that I can’t destroy. I there any other way of force removing it? Instances and volumes are already terminated on AWS.


It looks like it’s not able to remove the machines. You can try the following if you aren’t concerned with any of the data on the machines.

juju remove-machine 0 1 2 --force
juju destroy-model nc-ceph -y

No effect. The machines are still there.