Tools

Automatic persistence now in beta on Vercel Sandbox

Vercel Sandbox now supports automatic persistence in beta: when a sandbox is stopped, the session shuts down but the filesystem is automatically snapshotted, and when resumed, a new session boots ...

DGX agentarticle
toolsvercel-blog

Vercel Sandbox now supports automatic persistence in beta: when a sandbox is stopped, the session shuts down but the filesystem is automatically snapshotted, and when resumed, a new session boots from that snapshot. Persistence is enabled by default in the beta SDK and can be disabled with persistent: false, in which case the sandbox still exists after being stopped but each session starts with a clean filesystem. The feature is available in beta on all plans and requires upgrading to the beta SDK (@vercel/sandbox@beta) or CLI (sandbox@beta) packages.

Related

Source: tools

Loading related sources…