Regions
Regions are the locations where Reflex runs your app. Add regions closer to your users to improve latency and availability.
Manage regions in Reflex Build
- Open Deployments and select the app.
- Open Settings > Regions.
- Select Add new region.
- Choose the region and number of instances, then review the resource change before confirming.

You can remove a region when the app has more than one. Removing it makes the app unavailable in that region.
The table below lists the Reflex Cloud region codes. A connected Google Cloud account uses the region chosen in the organization's Cloud Provider settings.
Region | Country |
|---|---|
ams | |
arn | |
bom | |
cdg | |
dfw | |
ewr | |
fra | |
gru | |
iad | |
jnb | |
lax | |
lhr | |
nrt | |
ord | |
sjc | |
sin | |
syd | |
yyz |
Select regions from the CLI
Repeat --region to deploy to more than one Reflex Cloud region:
Apps use sjc by default when no region is configured. The -r short form is also supported. CLI arguments override the corresponding value in cloud.yml or pyproject.toml; see Cloud Configuration File.