# Use and manage Vercel Sandbox directly from the Vercel CLI

**Published:** April 8, 2026 | **Authors:** Melkey Moksyakov

---

You can now manage [Vercel Sandbox](https://vercel.com/sandbox) directly from the Vercel CLI using the `vercel sandbox` command.

Create, manage and run sandboxes without leaving your terminal:

```bash
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
```

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](https://vercel.com/docs/sandbox/cli-reference).

---

📚 **More updates:** [View all changelog entries](/changelog/sitemap.md) | [Blog](/blog/sitemap.md)