Description of the Issue:
Every attempt to enable the Compute Engine API — both through the GCP Console and the gcloud CLI — returns the following error:
“The service is currently being deactivated and deactivation must complete before activation can occur.”
I have attempted the following troubleshooting steps without success:
- Retrying the enable command multiple times via the GCP Console.
- Running `gcloud services enable compute.googleapis.com --project=(PII Removed by Staff) via the CLI.
- Running
gcloud services disable compute.googleapis.com --project=(PII Removed by Staff) --forcefollowed immediately by a re-enable attempt — the same error persists.
The deactivation operation appears to be permanently stuck on your backend infrastructure and cannot be resolved from my end.