Docs / Deploys

Rollbacks

Roll back to a prior successful deploy without rebuilding from source. The platform re-runs the previously built Docker image for that deploy record.

From the dashboard

  1. Open the service Events or Overview tab.
  2. Select a prior successful deploy.
  3. Click Rollback.

API

POST /v1/services/{serviceId}/rollback{ "deployId": "dep-..." }

Rollbacks still run health checks before swapping traffic. See Zero-downtime deploys.