I have a machine where the underlying host is “unreachable” and I’m not able to kill/destroy the machine.
fly machine status shows its in a migrating state on an unreachable host:
State: migrating
HostStatus: unreachable
$ fly machine kill
? Select a machine: [...] (migrating, region iad, process group 'cron')
machine [...] was found and is currently in a migrating state, attempting to kill...
! WARNING: There are active host issues affecting your app. Please check `fly incidents hosts list` or visit your app in https://fly.io/dashboard
Error: machine [...] was not found in app '[...]'
I have also done a “fly deploy” and tried to “fly machine destroy --force” and it didn’t fix it.
When I check the incidents, it shows its been in this state since January 13th.
$ fly incidents hosts list
Host Issues count: 1
ID | MESSAGE | STARTED AT | LAST UPDATED
-------------------*-----------------------------------------------------------------------------------------------------------------------------------------------------------*-------------------------------*--------------------------------
3wje4l773gldyx68 | We are performing emergency maintenance on a host some of your apps instances are running on. Apps may be unavailable until the maintenance is completed. | 2025-01-13 13:46:57 +0000 UTC | 2025-01-13 13:46:57 +0000 UTC
-------------------*-----------------------------------------------------------------------------------------------------------------------------------------------------------*-------------------------------*--------------------------------
What should I do to resolve this machine thats been stuck in migrating status?