autonomy rollout recover

Execute a recovery strategy for a stuck rollout plan

Synopsis

Execute a supported rollout recovery strategy against an existing plan via the control-plane API.

Supported strategies: retry Re-evaluate the current stage without discarding prior progress. rollback Transition the plan to rolled_back (terminal). skip_failed Force-promote the current stage and open the next stage.

Usage

autonomy rollout recover [flags]

Options

      --orchestrator-url string   orchestrator base URL (env: AUTONOMY_ORCHESTRATOR_URL)
      --plan-id string            the rollout plan ID to recover
      --reason string             operator-supplied reason for the recovery action
      --strategy string           recovery strategy: retry, rollback, or skip_failed

See also