ReadySubstate

August 5, 2026 ยท View on GitHub

Substate of deployment when readyState is 'READY' Tracks whether or not deployment has seen production traffic: - STAGED: never seen production traffic - ROLLING: in the process of having production traffic gradually transitioned. - PROMOTED: has seen production traffic

Example Usage

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

let value: ReadySubstate = "PROMOTED";

Values

"PROMOTED" | "ROLLING" | "STAGED"