CancelDeploymentConfiguration
June 24, 2026 ยท View on GitHub
Build resource configuration snapshot for this deployment.
Example Usage
import { CancelDeploymentConfiguration } from "@vercel/sdk/models/canceldeploymentresponsebody.js";
let value: CancelDeploymentConfiguration = "WAIT_FOR_NAMESPACE_QUEUE";
Values
"SKIP_NAMESPACE_QUEUE" | "WAIT_FOR_NAMESPACE_QUEUE"