Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
After several successful deployments of your App Engine applications in a Standard Environment, a broken version has been deployed, and the developers are unavailable. What is the quickest method to restore the site to a functioning state?
A
In the GCP console, click Traffic Splitting and direct 100% of the traffic to the previous version.
B
Use the gcloud app deployments rollback command.
gcloud app deployments rollback
C
Use the gcloud app deployments revert command.
gcloud app deployments revert
D
In the GCP console, click the Rollback button on the versions page.