ReadyState
August 5, 2026 ยท View on GitHub
The state of the deployment depending on the process of deploying, or if it is ready or in an error state
Example Usage
import { ReadyState } from "@vercel/sdk/models/canceldeploymentservicesdeploymentsmaxduration.js";
let value: ReadyState = "READY";
Values
"BLOCKED" | "BUILDING" | "CANCELED" | "ERROR" | "INITIALIZING" | "QUEUED" | "READY"