Scaling ClickPipe
This endpoint is in beta. API contract is stable, and no breaking changes are expected in the future.
Change scaling settings for the specified ClickPipe.
Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-pg-auto-scale.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use key ID and key secret obtained in ClickHouse Cloud console: https://clickhouse.com/docs/cloud/manage/openapi
Path Parameters
ID of the organization that owns the service.
ID of the service that owns the ClickPipe.
ID of the ClickPipe to update scaling settings.
Body
Number of replicas to scale to. Use to scale Kafka pipes.
1 <= x <= 10Number of concurrency to scale to. Use to scale S3 pipes.
0 <= x <= 34CPU in millicores for each replica. Use to scale streaming pipes.
125 <= x <= 2000Memory in GB for each replica. Use to scale streaming pipes.
0.5 <= x <= 8