First time here? Check out the FAQ!
![]() | 1 | initial version |
You can delete by resetting the state of the VM
nova reset-state --active {uuid-of-instance}
Check its state by nova list
or nova show {uuid-of-instance}
Then try to delete it using command
nova delete {uuid-of-instance}
OR doing the force-delete
nova force-delete {uuid-of-instance}
![]() | 2 | No.2 Revision |
IF you are still able to see the VM in ERROR
state in Horizon dashboard then follow these steps
You can delete by resetting the state of the VM
nova reset-state --active {uuid-of-instance}
Check its state by nova list
or nova show {uuid-of-instance}
Then try to delete it using command
nova delete {uuid-of-instance}
OR doing the force-delete
nova force-delete {uuid-of-instance}