CancelDeploymentTarget
August 5, 2026 ยท View on GitHub
If defined, either staging if a staging alias in the format <project>.<team>.now.sh was assigned upon creation, or production if the aliases from alias were assigned. null value indicates the "preview" deployment.
Example Usage
import { CancelDeploymentTarget } from "@vercel/sdk/models/canceldeploymentservicesdeploymentsmaxduration.js";
let value: CancelDeploymentTarget = "production";
Values
"production" | "staging"