Skip to main content
PATCH
Update ClickPipe scaling

인증

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
마지막 수정일 2026년 8월 14일