SessionStatus

June 9, 2026 ยท View on GitHub

The status of the sandbox.

Example Usage

import { SessionStatus } from "@vercel/sdk/models/session.js";

let value: SessionStatus = "running";

Values

"aborted" | "failed" | "pending" | "running" | "snapshotting" | "stopped" | "stopping"