Unable to delete fly machine

 ID              │ NAME                  │ STATE   │ CHECKS │ REGION │ ROLE │ IMAGE                                                       │ IP ADDRESS                      │ VOLUME               │ CREATED              │ LAST UPDATED         │ PROCESS GROUP │ SIZE              
 9080541c213268* │ fragrant-feather-4425 │ stopped │        │ lax    │      │                                                             │                                 │                      │                      │                      │               │           

This machine was somehow created without an image. Clicking on it gives - Unknown response getting machine

Attempting to destroy it from web URL gives -
Failed to destroy Machine: Unknown response while destroying machine

fly machine destroy 9080541c213268 -a [APPNAME]

Error: could not get machine 9080541c213268: failed to get VM 9080541c213268: invalid machine ID, ‘9080541c213268’ (Request ID: 01KQ36W2AC2E7AHZVZW2YM6PZF-lax)

fly machine destroy 9080541c213268* -a [APPNAME]

Error: machine 9080541c213268* was not found in app [APPNAME]


Any thoughts on next-steps?

:wave: Hi! It turns out this Machine ended up in an odd state after hitting a corner case. We’ve corrected this on our side and you should have better luck if you retry destroying 9080541c213268 now. We’ll take another look if that still isn’t working as expected.

Thanks! Re-ran the same command and was able to delete the machine without any issues.