Error when creating managed Postgres database - 'failed to list MPG regions'

I’m trying to create a managed Postgres database for my project but encountering an error when running the fly mpg command.

➜ fly mpg create --org <org-slug>
? Choose a database name: <db-name>
Error: failed to list MPG regions (status 404): {"errors":{"detail":"not found"}}

Here’s my CLI version:

➜  fly version
fly v0.3.160 darwin/arm64 Commit: e2f42de69536e9d040badb24f82c064c0fbdc72e BuildDate: 2025-07-21T22:07:36Z

can you try logging out (fly auth logout) and logging back in?

That worked! Thanks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.