Hi Fly.io team,
I have a zombie machine stuck in the migrated state that I cannot stop or destroy through any available means. It’s causing deployment hangs and a “multiple images” warning in the dashboard.
App: [my-app-name]
Region: ord (Chicago)
Problem machine: 080552f6440968 (cold-voice-9966)
State: migrated
Image: [old-deployment-image] (stale deployment from ~Aug 2024)
Active machine (working fine): 8ed663b7ddd028 (shy-water-9587)
Image: [current-deployment-image]
What I’ve tried:
-
fly machine stop 080552f6440968
→ Error: unable to stop machine, current state invalid, migrated -
fly machine destroy 080552f6440968 --force
→ Error: failed_precondition: unable to update machine to destroying -
Direct Machines API call:
curl -X DELETE “https://api.machines.dev/v1/apps/[my-app-name]/machines/080552f6440968?force=true”
→ Same failed_precondition error
Impact:
- fly deploy hangs indefinitely (presumably waiting on/trying to update the migrated machine)
- Dashboard warns about running multiple images
Could you please remove machine 080552f6440968 from my app? Thanks!