GetDeploymentsState

June 9, 2026 ยท View on GitHub

In which state is the deployment.

Example Usage

import { GetDeploymentsState } from "@vercel/sdk/models/getdeploymentsop.js";

let value: GetDeploymentsState = "READY";

Values

"BLOCKED" | "BUILDING" | "CANCELED" | "DELETED" | "ERROR" | "INITIALIZING" | "QUEUED" | "READY"