Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
The customer was encountering an issue where they were unable to disable specific Google Cloud APIs, including Bigtable and Dataflow, using the gcloud CLI. The CLI was returning an error message indicating that these APIs had been used in the past 30 days.
Error:
ERROR: (gcloud.services.disable) FAILED_PRECONDITION: The service
Steps to reproduce:
1. Cx trying to disable unused APIs as part of their organization's security policy. However, when trying to disable unused APIs through gcloud CLI, Cx gets an error saying that these APIs are being used in the past 30 days.
2. Cx able to disable them through the console, We have disabled Dataflow API .Cx use the force flag to disable the APIs
What you expected to happen:
Cx wants to understand how Google decides if the APIs are unused and what criteria it uses to do so.