CancelDeploymentOrigin

July 28, 2026 ยท View on GitHub

Reference back to the entity on the platform that initiated the deployment.

Example Usage

import { CancelDeploymentOrigin } from "@vercel/sdk/models/canceldeploymentresponsebody.js";

let value: CancelDeploymentOrigin = {
  type: "id",
  value: "<value>",
};

Fields

FieldTypeRequiredDescription
typemodels.CancelDeploymentDeploymentsType:heavy_check_mark:Whether the value is an opaque identifier or a URL.
valuestring:heavy_check_mark:The identifier or URL pointing to the originating entity.