
Answer-first summary for fast verification
Answer: `gcloud config unset compute/zone`
The correct answer is **A** because the zone property in the compute section can be removed using the command `gcloud config unset compute/zone`. This command specifically targets the zone property within the compute section for unsetting. For more details, refer to the GCP documentation on `gcloud config unset`.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You need to correct the zone property in the Compute Engine service that was mistakenly set with an incorrect value. Which command should you use to remove this property?
A
gcloud config unset compute/zone
B
gcloud config unset zone
C
gcloud config configurations unset compute/zone
D
gcloud unset compute/zone
No comments yet.