Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Quota Manager
  • Getting started
  • Concepts
  • Request examples
  • Quota reference
    • All guides
    • Viewing the list of services and quotas
    • Viewing quota value
    • Changing quotas
  • Access management
  • Pricing policy
  • Release notes

In this article:

  • Requesting quota updates
  • Viewing the quota update request status and operations
  • Viewing a list of quota update requests
  • Canceling a quota update request
  1. Step-by-step guides
  2. Changing quotas

Changing quotas

Written by
Yandex Cloud
Updated at November 27, 2025
  • Requesting quota updates
  • Viewing the quota update request status and operations
  • Viewing a list of quota update requests
  • Canceling a quota update request

Note

This service is at the Preview stage.

To manage quota update requests via the CLI and API, contact support.

Potentially, you can change your quotas ​​up to the limit values, i.e., the cloud platform's ceiling.

To manage quota update requests, an account must have the following roles:

  • Organization level: quota-manager.requestOperator, organization-manager.viewer.
  • Cloud level: resource-manager.viewer.

Requesting quota updatesRequesting quota updates

Management console
CLI
API

Request a quota update using one of the following methods:

  • Select the resources on the quota page and click Increase.
  • Contact support and describe which quotas you want increased and by how much.

View the quota ID and create an update request:

yc quota-manager quota-request create \
  --resource-type <resource_type> \
  --resource-id <resource_ID> \
  --desired-limit quota-id=<quota_ID>,value=<new_quota_value>

Where:

  • --resource-type: Resource type, resource-manager.cloud, organization-manager.organization, or billing.account.
  • --resource-id: ID of the resource (organization, cloud, or billing account).
  • --desired-limit: Data for the quota update:
    • quota-id: Quota ID.
    • value: New quota value.

You can specify multiple quotas in a single request. To do this, add several --desired-limit parameters.

To create a quota update request, use the Create REST API method for the QuotaRequest resource or the QuotaRequest/create gRPC API call.

You can view the default quotas in the relevant documentation:

  • Quota reference.
  • Platform overview section.
  • Concepts > Quotas and Limits page for each service.

There is no reset to default values in Cloud Quota Manager.

Viewing the quota update request status and operationsViewing the quota update request status and operations

Management console
CLI
API
  1. In the management console, select the cloud to view quotas for.
  2. In the right-hand panel, select Quotas.
  3. Expand Requests processing.
  4. Select the request of interest and view the responses from support and related operations.
  1. View the status of your quota update request:

    yc quota-manager quota-request list \
      --resource-type <resource_type> \
      --resource-id <resource_ID> \
      --limit <number_of_requests>
    

    Where:

    • --resource-type: Resource type, resource-manager.cloud, organization-manager.organization, or billing.account.
    • --resource-id: ID of the resource (organization, cloud, or billing account).
    • --limit: Number of requests per page.
  2. See the list of operations with the request:

    yc quota-manager quota-request list-operations --id <request_ID> --limit <number_of_requests>
    

    Where:

    • --id: ID of the request to look up the operations for.
    • --limit: Number of requests per page.

To view the quota update request status, use the get REST API method for the QuotaRequest resource or the QuotaRequest/Get gRPC API call.

To view quota update request operations, use the listOperations REST API method for the QuotaRequest resource or the QuotaRequest/listOperations gRPC API call.

Viewing a list of quota update requestsViewing a list of quota update requests

Management console
CLI
API
  1. In the support section, select Tickets.
  2. In the Ticket type filter list, select Increase quotas.
yc quota-manager quota-request list \
  --resource-type <resource_type> \
  --resource-id <resource_ID> \
  --limit <number_of_requests>

Where:

  • --resource-type: Resource type, resource-manager.cloud, organization-manager.organization, or billing.account.
  • --resource-id: ID of the resource (organization, cloud, or billing account).
  • --limit: Number of requests per page.

To view a list of quota update requests, use the List REST API method for the QuotaRequest resource or the QuotaRequest/list gRPC API call.

Canceling a quota update requestCanceling a quota update request

Management console
CLI
API
  1. In the management console, select the cloud to view quotas for.
  2. In the right-hand panel, select Quotas.
  3. Expand Requests processing.
  4. Select the request of interest and click Close request
yc quota-manager quota-request cancel --id <request_ID> --quota-id=<quota_ID>

Where:

  • --id: ID of the request you need to cancel.
  • --quota-id: Quota ID in the request. To specify multiple quotas, add multiple --quota-id parameters.

To cancel a quota update request, use the Cancel REST API method for the QuotaRequest resource or the QuotaRequest/cancel gRPC API call.

Was the article helpful?

Previous
Viewing quota value
Next
Access management
© 2025 Direct Cursus Technology L.L.C.