CancelDeploymentSource

August 5, 2026 · View on GitHub

Where was the deployment created from. Best-effort guess for metrics only — not authoritative; do not gate behavior on it.

Example Usage

import { CancelDeploymentSource } from "@vercel/sdk/models/canceldeploymentservicesdeploymentsmaxduration.js";

let value: CancelDeploymentSource = "cli";

Values

"api-trigger-git-deploy" | "cli" | "clone/repo" | "drop" | "git" | "git-deploy-hook" | "import" | "import/repo" | "redeploy" | "v0-web"