resumeEnvironment
Resumes a payment-suspended environment, queuing a change order and moving billingStatus to 'resume_queued' (and restarting runtime once it settles). Only valid when billingStatus is grace, suspension_queued, suspended, or resume_failed; otherwise fails. Resumes billable hourly charges. Requires the 'manage_environments' org permission.
resumeEnvironment(
input: ResumeEnvironmentInput!
): CksEnvironmentChangeOrder!
Arguments
resumeEnvironment.input ● ResumeEnvironmentInput! 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.