Remove Istance with Error status
hi people... i wrongly created these instance on a server, which don't exist (lol)
# nova list
+--------------------------------------+---------------+--------+------------+-------------+----------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+---------------+--------+------------+-------------+----------+
| 3cb7546b-9972-4b25-b7fa-5d9501b160a2 | demo-instace1 | ERROR | deleting | NOSTATE | |
| 9836fd3f-fba8-44cb-ad37-ca05fac4227b | demo-instace1 | ERROR | deleting | NOSTATE | |
| a5717bbb-e59a-418d-bd7a-a625d8cf3201 | demo-instace1 | ERROR | deleting | NOSTATE | |
| c4d9e75f-2e88-4eb3-b802-58694db96862 | demo-instace1 | ERROR | deleting | NOSTATE | |
+--------------------------------------+---------------+--------+------------+-------------+----------+
i try to delete all of this instance with nova delete id/name command
, but unsuccessful!
I try also nova reset-state --active id/name instance
....but unsuccessful!
Are there other way to delete correctly those instance o i have to delete this manually from db?
Thanks all