Skip to content
Dashboard

Use and manage Vercel Sandbox directly from the Vercel CLI

Software Engineer

You can now manage Vercel Sandbox directly from the Vercel CLI using the vercel sandbox command.

Create, manage and run sandboxes without leaving your terminal:

vercel sandbox create --name my-sandbox
vercel sandbox run my-sandbox -- node script.js
vercel sandbox exec my-sandbox -- ls /vercel/sandbox
vercel sandbox connect my-sandbox
vercel sandbox list
vercel sandbox stop my-sandbox

Create, run, and manage sandboxes from the terminal.

Update the Vercel CLI to v54.15.1 or later and run vercel sandbox to get started. Learn more in the Vercel Sandbox CLI documentation.