Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • 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
    • Education and Science
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Serverless Containers
  • Comparison with other Yandex Cloud services
    • All guides
    • Getting an IAM token for a service account using a container
      • Making a revision active
      • Changing the container operation mode
        • Viewing scaling settings
        • Adding scaling settings
        • Deleting scaling settings
      • Adding environment variables
      • Specifying a cloud network
      • Transferring Yandex Lockbox secrets
      • Viewing monitoring charts
      • Migration to the ru-central1-d availability zone
      • Deleting a container
    • Viewing operations with service resources
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ
  1. Step-by-step guides
  2. Managing a container
  3. Scaling a container
  4. Viewing scaling settings

Viewing container scaling settings

Written by
Yandex Cloud
Updated at June 9, 2025
Management console
CLI
API
  1. In the management console, select the folder with your container.
  2. Select Serverless Containers.
  3. Select the container. The number of provisioned instances is displayed under Revisions, in the row with the active container revision.

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

By default, the CLI uses the folder specified when creating the profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also set a different folder for any specific command using the --folder-name or --folder-id parameter.

To view the container scaling settings, run this command:

yc serverless container revision get container-id=flhqle7d5oh2********

Where --container-id is the container ID. To find out the ID, get a list of containers.

Result:

id: flhqle7d5oh2********
container_id: flhqle7d5oh2********
created_at: "2022-09-14T12:48:55.914Z"
image:
  image_url: cr.yandex/crtrvt9l6fh2********/billing-test
  image_digest: sha256:e3aaa4c9af7d99ea5e4e4236bc540a3cc826d1f1344a601ddb9cbch2********
resources:
  memory: "134217728"
  cores: "1"
  core_fraction: "100"
execution_timeout: 10s
service_account_id: bfbdkhbl8fh2********
status: ACTIVE
provision_policy:
  min_instances: "1"

The number of provisioned instances is displayed in the min_instances field.

To view container scaling settings, use the getRevision REST API method for the Container resource or the ContainerService/GetRevision gRPC API call.

See alsoSee also

  • Scaling a container.

Was the article helpful?

Previous
Changing the container operation mode
Next
Adding scaling settings
© 2025 Direct Cursus Technology L.L.C.