Skip to main content
PATCH
Update ClickPipe scaling
Change scaling settings for the specified ClickPipe. This endpoint supports Kafka, Kinesis, and object storage pipes (S3, GCS, Azure Blob). Note: For database ClickPipes (PostgreSQL, MySQL, MongoDB, BigQuery), use the Update CDC ClickPipes scaling endpoint instead.

Авторизации

Authorization
string
header
обязательно

Use key ID and key secret obtained in ClickHouse Cloud console: https://clickhouse.com/docs/cloud/manage/openapi

Параметры пути

organizationId
string<uuid>
обязательно

ID of the organization that owns the service.

serviceId
string<uuid>
обязательно

ID of the service that owns the ClickPipe.

clickPipeId
string<uuid>
обязательно

ID of the ClickPipe to update scaling settings.

Тело

application/json
replicas
integer | null

Number of replicas to scale to. Use to scale Kafka pipes.

Требуемый диапазон: 1 <= x <= 40
concurrency
integer | null
устарело

Number of concurrency to scale to. Use to scale S3 pipes.

Требуемый диапазон: 0 <= x <= 34
replicaCpuMillicores
integer | null

CPU in millicores for each replica. Use to scale streaming pipes.

Требуемый диапазон: 125 <= x <= 2000
replicaMemoryGb
number | null

Memory in GB for each replica. Use to scale streaming pipes.

Требуемый диапазон: 0.5 <= x <= 8

Ответ

Successful response

status
number

HTTP status code.

Пример:

200

requestId
string<uuid>

Unique id assigned to every request. UUIDv4

result
object
Последнее изменение 24 июля 2026 г.