[Yandex Cloud documentation](../../index.md) > [Yandex Serverless Containers](../index.md) > [Step-by-step guides](index.md) > Managing a container > Scaling a container > Viewing scaling settings

# Viewing container scaling settings

{% list tabs group=instructions %}

- Management console {#console}

    1. In the [management console](https://console.yandex.cloud), select the folder with your container.
    1. Navigate to **Serverless Containers**.
    1. Select the container. Under **Revisions**, the number of prepared instances will be displayed in the container revision line.

        Information about the number of container instances per availability zone and the number of concurrent container invocations per availability zone can be viewed by [getting](revision-info.md) details about the container revision.

- CLI {#cli}

    To view the container scaling settings, [get](revision-info.md) information about the container revision. The scaling settings will be displayed in the following parameters:

    * `min_instances`: Number of prepared container instances.
    * `zone_instances_limit`: Number of container instances per availability zone.
    * `zone_requests_limit`: Number of concurrent container invocations per availability zone.
  
- API {#api}

  To view container scaling settings, use the [getRevision](../containers/api-ref/Container/getRevision.md) REST API method for the [Container](../containers/api-ref/Container/index.md) resource or the [ContainerService/GetRevision](../containers/api-ref/grpc/Container/getRevision.md) gRPC API call.

{% endlist %}

## Useful links

* [Scaling a container](../concepts/container.md#scaling)