Skip to main content

redeployEnvironment

Redeploys the environment to a target release version (input.version) or, when omitted, the latest available version for its class, reusing its current flavors/scaling and linked apps. Preserves the environment URLs. No-op-safe: re-running when already at latest still redeploys. If a prior deploy failed but stayed in_progress, it is abandoned first so the redeploy can proceed. Preview first with environmentRedeployPlan (the dry run). Requires the 'manage_environments' org permission.

redeployEnvironment(
input: RedeployEnvironmentInput!
): CksEnvironmentChangeOrder!

Arguments

redeployEnvironment.input ● RedeployEnvironmentInput! non-null input

Type

CksEnvironmentChangeOrder object

An asynchronous change order tracking a deploy / destroy / scaling pipeline for an environment. Returned by mutations so callers can poll completion.