Delete an app

You can scale an app right down to zero Machines if you like. But if you’re done with a Fly App forever, you can delete it using fly apps destroy <app-name>.

Once you destroy an app, you can no longer access any part of it, and you’ll no longer be charged for any part of it either. This includes Fly Machines, Fly Volumes, IP addresses, secrets, Docker images, and so on.

Warning: When you destroy an app, you delete its volumes and volume snapshots. If you want the data from an app’s persistent storage, then get the data before you destroy the app.