Login

Rollbacks

Something wrong? Roll back to any previous deployment in one click. Zero downtime.

How it works

A rollback reuses the Docker image from a previous deployment. It skips the clone, detect, and build phases entirely, so it's fast.

  1. The previous image is started in a new container
  2. Health checks confirm the app is responding
  3. Traffic switches over
  4. The current container is stopped with a grace period

Rolling back

Open your project in the dashboard, find the deployment you want to restore in the deployment history, and click the rollback button.

Deployment history

Every deployment, including rollbacks, is logged with its commit SHA, status, duration, and trigger type. Rollbacks show up as trigger: rollback in the history.