rollback
Instantly revert a project to its previous deployment using a blue-green swap for zero downtime, without rolling back the database. Use when a deployment introduces bugs or breaks the app.
Instructions
Rollback a project to its previous deployment. This instantly swaps the container image without rebuilding — the previous image is reused for near-instant rollback. Uses the same blue-green strategy for zero downtime. The database is NOT rolled back (data persists across deployments). Use this when a deployment introduces bugs or breaks the app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID (UUID) to rollback. Use list-projects to find the ID |