Rock8Cloud
Guides

Rollback Deployments

Restore a previous version instantly

Something wrong after a deploy? Roll back to any previous version in seconds.

Rollback

Redeploys a previously built image — no rebuild needed, so it's instant.

  1. Go to your service's deployment history
  2. Select the deployment you want to restore
  3. Click Rollback
  4. The previous version goes live

Rollback is available for any deployment that has a built image. The very first deployment cannot be rolled back.

Rebuild

Re-builds the Docker image from a specific commit and deploys it. Use this when you need a fresh build (e.g., after fixing a dependency issue).

  1. Go to your service's deployment history
  2. Select the deployment you want to rebuild from
  3. Click Rebuild

Cancel a Deployment

Stop a deployment while it's in progress:

  1. Open the active deployment
  2. Click Cancel

The previous version continues running. Cancelled deployments can be rebuilt or rolled back later.

On this page