Vercel Sandbox is now globally available
Vercel Sandbox now runs globally, starting with four regions: iad1 (Washington, D.C.), sfo1 (San Francisco), cle1 (Cleveland), and cdg1 (Paris).
iad1 remains the default. Support for all Vercel regions is coming soon.
Choose a region close to the databases, object storage, and other services your sandboxes access to reduce latency. Region selection is available on all plans.
Pro and Enterprise teams can also configure failover regions. If the primary region is unavailable, new sandboxes start in the closest configured failover region. Failover only applies to regions you configure; without it, a sandbox starts in its selected region, or the project default.
Update the SDK or CLI you use to the latest version:
Configure the default region and failover regions from Settings > Sandboxes in your project, or with the Vercel CLI:
Those defaults apply to every sandbox. To override them for a single sandbox, pass region and optionally failoverRegions at create time with the SDK:
Or with the CLI:
Learn more in the Sandbox regions documentation.