Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Quota Manager
  • Getting started
  • Concepts
    • All guides
    • Viewing the list of services and quotas
    • Viewing quota value
    • Changing quotas
  • Access management
  • Pricing policy
    • Authentication with the API
  • Release notes
  1. Step-by-step guides
  2. Viewing quota value

Viewing quota value

Written by
Yandex Cloud
Updated at May 5, 2025
Management console
CLI
API
  1. In the management console, select the cloud to view quotas for.

  2. Select the Quotas tab.

    The page will display a list of services used in your cloud.

  3. Expand a service section and view the values in the Usage column.

    • Two numbers mean quota consumption / quota value. For example, 2 / 20 or 1.203 / 5,120 GB.

    • A single number is a non-adjustable limit.

  4. To estimate resource consumption, at the top right, select:

    • Actively used: Resources consuming over a half of the quota.
    • Almost exhausted: Resources that are almost exhausted.

If you do not have the Yandex Cloud CLI yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. You can specify a different folder using the --folder-name or --folder-id parameter.

Run this command:

yc quota-manager quota-limit get \
  --quota-id=<quota_ID> \
  --resource-id <resource_ID> \
  --resource-type <resource_type>

Where:

  • --quota-id: Quota ID you got when viewing the list of service quotas.
  • --resource-id:Resource ID, i.e., organization, cloud, or billing account ID.
  • --resource-type: Resource type, resource-manager.cloud, organization-manager.organization, or billing.account.

Example:

yc quota-manager quota-limit get --quota-id=compute.disks.count --resource-id=b1gflhy********  --resource-type=resource-manager.cloud

The output will return the value and usage of the quota for the number of disks in Compute Cloud within the b1gflhy******** cloud:

quota_id: compute.disks.count
limit: 64
usage: 30

Where:

  • limit: Quota value
  • usage: Quota usage

To view the value of a certain quota, i.e., the current resource limit, use the get REST API method for the QuotaLimit resource or the QuotaLimitService/Get gRPC API call.

Was the article helpful?

Previous
Viewing the list of services and quotas
Next
Changing quotas
© 2025 Direct Cursus Technology L.L.C.