Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • 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
© 2026 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 June 15, 2026
View in Markdown
  • Requesting quota updates
  • Viewing the quota update request status and operations
  • Viewing a list of quota update requests
  • Canceling a quota update request

Note

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 Change.
  • 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
© 2026 Direct Cursus Technology L.L.C.