Change Project Region

Last edited: 4/29/2026

Each Supabase project is provisioned on hardware in the chosen region, so it is bound to a region at the infrastructure level.

Therefore, the process to change the region of a Supabase Project is to create a new project in the desired region and migrate your existing project using the migrations guide.

If you are using third-party auth(Facebook, Google, etc.), you need to manually copy over your client id/secret pairs in the dashboard. Also, you'd need to change your API URL/Anon or Service Keys, which is usually done via ENV vars on your web host.