Rate quotas
When you use the Google Cloud CLI or the Google Cloud console , you're also making requests to the API, and these requests count towards your rate quota. If you use service accounts to access the API, that also counts towards your quota.
Quotas are enforced at intervals of every 60 seconds. That means that if you reach a specific limit anytime within 60 seconds, you need to wait for your quota bucket to refresh to make more requests.
Per user quotas
- Description: Quota for
*.get,*.describe, and*.listmethods. - Metric:
osconfig.googleapis.com/read_requestsView this quota in the Google Cloud console:
- Description: Quota for
*.create,*.update,*.exec,*.cancel, and*.deletemethods. - Metric:
osconfig.googleapis.com/write_requestsView this quota in the Google Cloud console:
- Description: Quota for
*.lookupEffectiveGuestPolicymethod. - Metric:
osconfig.googleapis.com/lookup_requestsView this quota in the Google Cloud console:
Per region quotas
- Description: Quota for
*.get,*.describe, and*.listmethods. - Metric:
osconfig.googleapis.com/regional_zonal_read_requestsView this quota in the Google Cloud console:
- Description: Quota for
*.create,*.update,*.patch,*.cancel, and*.deletemethods. - Metric:
osconfig.googleapis.com/regional_zonal_write_requestsView this quota in the Google Cloud console:
Allocation quotas
Allocation quotas are the maximum number of resources you can create of that resource type. OS Config resources include the following: patch deployments, OS policy assignments, and guest policies.
The following quotas don't reset over time and instead are released when you release the resource.
- Description: Quota for the number of patch jobs that can be created in a project.
- Metric:
osconfig.googleapis.com/patch_deployment_countView this quota in the Google Cloud console:
- Description: Quota for the number of OS policy assignments that can be created for each zone in a project.
- Metric:
osconfig.googleapis.com/os_policy_assignment_countView this quota in the Google Cloud console:
- Description: Quota for the number of OS policy orchestrators that can be created for each project.
- Metric:
osconfig.googleapis.com/policy_orchestrator_count_per_projectView this quota in the Google Cloud console:
- Description: Quota for the number of OS policy orchestrators that can be created in a folder for each organization.
- Metric:
osconfig.googleapis.com/folder_and_org_policy_orchestrator_countView this quota in the Google Cloud console:
- Description: Quota for the number of guest policies that can be created in a project.
- Metric:
osconfig.googleapis.com/guest_policy_countView this quota in the Google Cloud console:
Manage request and allocation quotas
To manage the request and allocation quotas for your project, do the following:
- Follow the best practices for preserving API rate limits .
-
Use the Google Cloud console to view and edit rate quotas:
- If you want to lower rate quotas, see Capping usage .
- If you need higher rate quotas than the default maximum, request a quota adjustment . In your request, add information showing the consumption rate in your environment. These include VM Manager audit logs or other error messages stating that the rate limit is exceeded. It's also useful to include information such as future growth plans, region or zone spread, and any additional requirements or dependencies.
What's next?
- Learn more about VM Manager
- Learn more about Service Quota Model .

