CancelDeploymentStatus
August 5, 2026 ยท View on GitHub
Example Usage
import { CancelDeploymentStatus } from "@vercel/sdk/models/canceldeploymentservicesdeploymentsmaxduration.js";
let value: CancelDeploymentStatus = "CANCELED";
Values
"BLOCKED" | "BUILDING" | "CANCELED" | "ERROR" | "INITIALIZING" | "QUEUED" | "READY"