How do I delete the builder?

I’ve been seeing some other posts that could potentially fix my issue of a deployment timing out by deleting the builder. How do I delete the builder? I’m using fly.io to deploy a Rails 7 app, will deleting the builder delete the data I have so far? I saw some options to delete my app for “app-name” and also for “app-name-db”.

If you run fly dashboard you will be taken to the dashboard. If you see an entry starting with fly-builder-, click on it, then on settings and from there you can delete the builder app.

Alternately, you can run fly apps list and if you see an entry that starts with fly-builder- you can delete that app using fly apps destroy.

No.