Skip to content

How do I roll back a release?

Who can do this

Platform Admin or Infra Ops

Rolling back a release re-deploys the previous version's pinned images and env vars across every environment the release reached. It runs through the same pipeline, so approvals and triggers still apply.

Steps

  1. Open the release detail page.
  2. Click Roll Back in the actions menu.
  3. The rollback dialog shows which environments will revert and to which prior version.
  4. Confirm.

Result

A rollback release is created with type Rollback and is linked to the original. It runs through the pipeline:

  • Deployed environments revert in reverse order (production first, then staging, then dev) by default.
  • Approvals are required only if your release configuration says so for rollback releases.
  • The original release moves to status Rolled Back once the rollback completes.

Rollback isn't always reversible

If the original release ran a one-way data migration, the rollback can't undo that. Review what the release changed before clicking.