Update ClickPipe state
This endpoint is in beta. API contract is stable, and no breaking changes are expected in the future.
Start, stop or resync ClickPipe. Stopping a ClickPipe will stop the ingestion process from any state. Starting is allowed for ClickPipes in the “Stopped” state or with a “Failed” state. Resyncing is only for Postgres pipes and can be done from any state.
Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-c9d50ffa.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 state.
Body
Command to change the state: 'start', 'stop', 'resync'.
start, stop, resync