RedeployEnvironmentInput
No description
input RedeployEnvironmentInput {
orgId: BigInt!
slug: String!
version: String
deployMode: RedeployDeployMode
}
Fields
RedeployEnvironmentInput.orgId ● BigInt! non-null scalar
RedeployEnvironmentInput.slug ● String! non-null scalar
RedeployEnvironmentInput.version ● String scalar
Target environment version. When omitted, redeploys to the latest available version for the class. Must be available, deployable by this class, and not older than the current version (forward-only — no rollback).
RedeployEnvironmentInput.deployMode ● RedeployDeployMode enum
How to roll out the version. When omitted, routes to services-only when active runtime VMs exist, otherwise full.
Member Of
environmentRedeployPlan query ● redeployEnvironment mutation