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
- Open the service Events or Overview tab.
- Select a prior successful deploy.
- Click Rollback.
API
POST /v1/services/{serviceId}/rollback{ "deployId": "dep-..." }Rollbacks still run health checks before swapping traffic. See Zero-downtime deploys.