NamedSandboxStatus

June 9, 2026 ยท View on GitHub

The status of the current sandbox.

Example Usage

import { NamedSandboxStatus } from "@vercel/sdk/models/namedsandbox.js";

let value: NamedSandboxStatus = "running";

Values

"running" | "stopped" | "stopping"