Skip to main content

Resume-rollout

expanso-cli job resume-rollout

Resume a paused rollout for a job

Synopsis

Resume a paused rollout for a job.

When a rollout is resumed:

  • The rollout continues from where it was paused
  • New executions are scheduled according to the rollout strategy
  • Wave-based rollouts continue with the next wave

Use 'describe' to check the current rollout state before resuming.

expanso-cli job resume-rollout JOB_ID_OR_NAME [flags]

Examples

  # Resume rollout by job name
expanso-cli job resume-rollout my-job

# Resume rollout with a reason
expanso-cli job resume-rollout my-job --reason "issue resolved, continuing deployment"

# Dry run to see what would happen
expanso-cli job resume-rollout my-job --dry-run

Options

      --dry-run            Validate without applying
-h, --help help for resume-rollout
--namespace string Job namespace
--reason string Reason for resuming the rollout

Options inherited from parent commands

      --auth-token string   API bearer authentication token
-e, --endpoint string API endpoint URL
-k, --insecure Skip TLS certificate verification
-p, --profile string Profile to use for configuration
--timeout string Request timeout duration
-v, --verbose Enable verbose logging

SEE ALSO

Auto generated by spf13/cobra on 27-Jan-2026