💭 Delete a Postgres Cluster · Fly Docs

!https://fly.io/docs/postgres/managing/deleting/

Copy this post

Deleting a fly postgres db cluster was not straightforward to me as the app name is not inferred from the toml like it is for the main app.

fly apps destroy <pg-app-name>
fly pg db list -a <pg-app-name>

Note

This post is a thought. It’s a short note that I make about someone else’s content online #thoughts