From 52e64704e5dc412b7ae7192475f3602003335d55 Mon Sep 17 00:00:00 2001 From: Aashish Kohli Date: Thu, 21 Aug 2025 13:51:40 -0700 Subject: [PATCH] Update scaling.md Updated to state that services can be scaled in to a single replica. --- docs/cloud/manage/scaling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud/manage/scaling.md b/docs/cloud/manage/scaling.md index 96611f02df7..ec1e07814e6 100644 --- a/docs/cloud/manage/scaling.md +++ b/docs/cloud/manage/scaling.md @@ -82,7 +82,7 @@ However, these services can be scaled vertically by contacting support. You can use ClickHouse Cloud [public APIs](https://clickhouse.com/docs/cloud/manage/api/swagger#/paths/~1v1~1organizations~1:organizationId~1services~1:serviceId~1scaling/patch) to scale your service by updating the scaling settings for the service or adjust the number of replicas from the cloud console. -**Scale** and **Enterprise** tiers do support single-replica services. However, a service in these tiers that starts with multiple replicas, or scales out to multiples replicas can only be scaled back in to a minimum of `2` replicas. +**Scale** and **Enterprise** tiers also support single-replica services. Services once scaled out, can be scaled back in to a minimum of a single replica. Note that single replica services have reduced availability and are not recommended for production usage. :::note Services can scale horizontally to a maximum of 20 replicas. If you need additional replicas, please contact our support team.