Viewing container scaling settings
Written by
Updated at May 18, 2026
Management console
CLI
API
-
In the management console
, go to the folder with your container. -
Go to Serverless Containers.
-
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 details about the container revision.
To view the container scaling settings, get 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.
To view container scaling settings, use the getRevision REST API method for the Container resource or the ContainerService/GetRevision gRPC API call.