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:

  • Viewing the list of services that have available quotas
  • Viewing the list of service quotas
  1. Step-by-step guides
  2. Viewing the list of services and quotas

Viewing the list of services and quotas

Written by
Yandex Cloud
Updated at June 15, 2026
View in Markdown
  • Viewing the list of services that have available quotas
  • Viewing the list of service quotas

Viewing the list of services that have available quotasViewing the list of services that have available quotas

Management console
CLI
API
  1. In the management console, on the left, select a cloud.

  2. Select the Quotas tab.

    The page will display the list of services that have available quotas.

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

The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.

Run this command:

yc quota-manager quota-limit list-services --resource-type=<resource_type>

Where --resource-type is the resource type, resource-manager.cloud, organization-manager.organization, or billing.account.

To get the list of services, use the listServices REST API method for the QuotaLimit resource or the QuotaLimitService/ListServices gRPC API call.

Viewing the list of service quotasViewing the list of service quotas

Management console
CLI
API
  1. In the management console, on the left, select a cloud.
  2. Select the Quotas tab.
  3. Open the section of the service you want to view quotas for.

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

The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.

Run this command:

yc quota-manager quota-limit list \
  --service=<service_name> \
  --resource-type=<resource_type> \
  --resource-id=<resource_ID>

Where:

  • --service is the name of the service in the YC CLI.
  • --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.

Here is an example:

yc quota-manager quota-limit list \
  --service=compute \
  --resource-type=resource-manager.cloud \
  --resource-id=b1gia87mbaom********

The output will return the list of Compute Cloud quotas for the cloud with the b1gia87mbaom******** ID.

resource:
  id: b1gia87mbaom********
  type: resource-manager.cloud
quota_limits:
  - quota_id: compute.dedicatedHosts.count
    limit: 1
    usage: 0
  - quota_id: compute.diskPlacementGroups.count
    limit: 5
    usage: 1
  - quota_id: compute.diskPools.count
    limit: 0
    usage: 0
  - quota_id: compute.disks.count
    limit: 64
    usage: 30
- quota_id: compute.filesystems.count
    limit: 100
    usage: 1
- quota_id: compute.hddDisks.size
    limit: 1116691496960
    usage: 464930209792
...

Where:

  • limit: Quota value
  • usage: Quota usage

To get the list of quotas for a specific service, use the list REST API method for the QuotaLimit resource or the QuotaLimitService/List gRPC API call.

Was the article helpful?

Previous
All guides
Next
Viewing quota value
© 2026 Direct Cursus Technology L.L.C.