Emergency Abort
Instantly roll back a rollout to stable when a canary or new version is causing issues. This is the fastest way to restore service.
User Request​
"Abort the payment rollout in production immediately — roll back to stable."
Agent Workflow​
| Step | Tool Used | Description |
|---|---|---|
| 1 | argo_manage_rollout_lifecycle (action='abort') | Instant rollback to stable |
| 2 | argorollout://rollouts/[ns]/[name]/detail | Verify recovery |
Time Estimate: ~5 seconds
When to Use​
- Canary is failing health checks
- New version is causing errors or high latency
- Need to revert immediately without waiting for analysis
Related​
- Deployment Strategies — Includes rollback for each strategy
- Tools —
argo_manage_rollout_lifecycle