#flyctl destroy hidden-moon-3389
Destroying an app is not reversible.
? Destroy app hidden-moon-3389? Yes
Error An unknown error occured.
Doing the same over the web interface responds with HTTP 500 instead.
I noticed this issue after the following steps. The app was fairly short lived.
- Had another app by this name which got stuck on a deployment after I tried a couple of different deployment strategies (i.e.
flyctl deploy
would still work but thelogs
stayed at
and I never saw another line come out from the logs.2021-11-12T19:21:39.202306937Z app[7658fbc5] fra [info] Sending signal SIGINT to main child process w/ PID 510 2021-11-12T19:21:40.204743262Z app[7658fbc5] fra [info] Main child exited with signal (with signal 'SIGINT', core dumped? false) 2021-11-12T19:21:40.205015420Z app[7658fbc5] fra [info] Starting clean up.
- I
flyctl destroy
ed the app, which went successfully andflyctl apps create
d the app with the same name again; - I deployed the application again a couple times;
- I ran
flyctl destroy
again, leading to the current situation where I’m unable to destroy the application in any way.