coolify:rollback
php artisan coolify:rollbackInteractive prompt shows recent deployments to choose from.
Options
Section titled “Options”--uuid= # Application UUID (defaults to provisioned app)--deployment= # Specific deployment UUID to rollback to--force # Rollback without confirmationExamples
Section titled “Examples”Interactive rollback:
php artisan coolify:rollbackRollback to specific deployment:
php artisan coolify:rollback --deployment=abc123How It Works
Section titled “How It Works”Rollback redeploys the Docker image from a previous successful deployment. The git commit for that deployment is redeployed.