You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Comma-separated regions the sandbox can fail over to (e.g. --failover-regions sfo1,cle1). Must not include the sandbox region. Pass "none" for no failover regions, overriding the project default.',
53
+
'Comma-separated regions the sandbox can fail over to (e.g. --failover-regions sfo1,fra1). Must not include the sandbox region. Pass "none" for no failover regions, overriding the project default.',
description: 'Comma-separated regions the sandbox can fail over to (e.g. sfo1,cle1). Must not include the sandbox region. Pass "none" to remove them.',
564
+
description: 'Comma-separated regions the sandbox can fail over to (e.g. sfo1,fra1). Must not include the sandbox region. Pass "none" to remove them.',
tags: { env: "staging", team: "infra" }, // Up to 5 key:value tags
89
89
persistent: true, // Default: true. Auto-snapshots on stop, restores on resume.
90
90
snapshotExpiration: ms("7d"), // Default TTL for snapshots. Use 0 for no expiration.
91
-
region: "<region>", // Optional, defaults to iad1. See the Vercel docs for available regions.
92
-
failoverRegions: ["<region>"], // Optional. Must not include `region`.
91
+
region: "<region>", // Optional, defaults to iad1. Any Vercel region, e.g. sfo1, fra1, hnd1, syd1.
92
+
failoverRegions: ["<region>"], // Optional, e.g. ["sfo1", "fra1"]. Must not include `region`.
93
93
});
94
94
95
95
console.log(sandbox.name);
@@ -940,7 +940,7 @@ const result = await sandbox.runCommand({
940
940
| Base system | Ubuntu 26.04 |
941
941
| User context |`ubuntu` user |
942
942
| Writable path |`/vercel/sandbox`|
943
-
| Regions | One primary region per sandbox, plus optional failover regions. Snapshots restore only in regions where they are available. See the Vercel docs for the region list. |
943
+
| Regions | One primary region per sandbox, plus optional failover regions. All 19 Vercel regions are supported (`iad1` default, `sfo1`, `cle1`, `cdg1`, `fra1`, `arn1`, `sin1`, `pdx1`, `lhr1`, `icn1`, `bom1`, `cpt1`, `dub1`, `gru1`, `hkg1`, `syd1`, `yul1`, `hnd1`, `kix1`). Snapshots restore only in regions where they are available. |
0 commit comments