Hi Fly.io team,
I’m unable to deploy a staged secret to an existing Machine in the SIN region.
App: skill-api
Machine ID: 6e827491c72d28
Region: sin
Volume: vol_vp251jyngqzdj6w4
Machine state: started
Host status: ok
I updated OPENAI_API_KEY using:
fly secrets set --app skill-api OPENAI_API_KEY=“$OPENAI_API_KEY”
The secret was saved successfully, but the Machine update failed with:
failed to update VM 6e827491c72d28: unavailable:
deploys to this host are temporarily disabled, please try again later
I also retried with:
fly secrets deploy --app skill-api
That failed with the same error. fly secrets list currently shows OPENAI_API_KEY as Staged, while the existing
Machine continues running with the previously deployed value.
Request IDs:
- 01KZ863JB9GBV20N3DHDHQBQZ1-sin
- 01KZ866DPCD1BMBFGGMJ6FV04B-sin
The public status page currently reports SIN and deployments as operational.