data
ClickHouse Cloud MCP, CLI, and Lua Integration for AI Agents
ClickHouse Cloud integration docs for AI agents: MCP gateway setup, ClickHouse Cloud CLI commands, Lua API reference, credentials, and function schemas.ClickHouse Cloud for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
clickhouse-cloud.clickhouse_cloud_organization_get_list | Read read | 0 | Get list of available organizations Official ClickHouse Cloud endpoint: GET /v1/organizations Returns a list with a single organization associated with the API key in the request. |
clickhouse-cloud.clickhouse_cloud_organization_get | Read read | 0 | Get organization details Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId} Returns details of a single organization. In order to get the details, the auth key must belong to the organization. |
clickhouse-cloud.clickhouse_cloud_organization_update | Write write | 0 | Update organization details Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId} Updates organization fields. Requires ADMIN auth key role. |
clickhouse-cloud.clickhouse_cloud_organization_prometheus_get | Read read | 0 | Get organization metrics Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/prometheus Returns prometheus metrics for all services in an organization. |
clickhouse-cloud.clickhouse_cloud_organization_roles_get_list | Read read | 0 | List all available roles for an organization Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/roles Returns all available roles (system + custom) for an organization. |
clickhouse-cloud.clickhouse_cloud_organization_role_post | Write write | 0 | Create a new role Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/roles Creates a new custom role for an organization with specified policies and actors. |
clickhouse-cloud.clickhouse_cloud_organization_role_get | Read read | 0 | Get role details Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/roles/{roleId} Returns details for a specific role. |
clickhouse-cloud.clickhouse_cloud_organization_role_patch | Write write | 0 | Update a role Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/roles/{roleId} Updates an existing custom role. System roles cannot be updated. All fields are optional - only provided fields will be updated. |
clickhouse-cloud.clickhouse_cloud_organization_role_delete | Write write | 0 | Delete a role Official ClickHouse Cloud endpoint: DELETE /v1/organizations/{organizationId}/roles/{roleId} Deletes an existing custom role. System roles cannot be deleted. This operation will remove the role and all its associated policies. |
clickhouse-cloud.clickhouse_cloud_instance_get_list | Read read | 0 | List of organization services Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services Returns a list of all services in the organization. |
clickhouse-cloud.clickhouse_cloud_instance_create | Write write | 0 | Create new service Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/services Creates a new service in the organization, and returns the current service state and a password to access the service. The service is st |
clickhouse-cloud.clickhouse_cloud_instance_get | Read read | 0 | Get service details Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId} Returns a service that belongs to the organization |
clickhouse-cloud.clickhouse_cloud_instance_update | Write write | 0 | Update service basic details Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/services/{serviceId} Updates basic service details like service name or IP access list. |
clickhouse-cloud.clickhouse_cloud_instance_delete | Write write | 0 | Delete service Official ClickHouse Cloud endpoint: DELETE /v1/organizations/{organizationId}/services/{serviceId} Deletes the service. The service must be in stopped state and is deleted asynchronously after this method call. |
clickhouse-cloud.clickhouse_cloud_instance_private_endpoint_config_get | Read read | 0 | Get private endpoint configuration Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/privateEndpointConfig Information required to set up a private endpoint |
clickhouse-cloud.clickhouse_cloud_instance_query_endpoint_get | Read read | 0 | Get the service query endpoint for a given instance Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/serviceQueryEndpoint Get the configuration for the service query endpoint that allows execut |
clickhouse-cloud.clickhouse_cloud_instance_query_endpoint_upsert | Write write | 0 | Upsert the service query endpoint for a given instance Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/services/{serviceId}/serviceQueryEndpoint Create the service query endpoint that allows executing queries via |
clickhouse-cloud.clickhouse_cloud_instance_query_endpoint_delete | Write write | 0 | Delete the service query endpoint for a given instance Official ClickHouse Cloud endpoint: DELETE /v1/organizations/{organizationId}/services/{serviceId}/serviceQueryEndpoint Removes the service query endpoint. |
clickhouse-cloud.clickhouse_cloud_instance_state_update | Write write | 0 | Update service state Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/services/{serviceId}/state Starts or stop service |
clickhouse-cloud.clickhouse_cloud_instance_scaling_update | Write write | 0 | Update service auto scaling settings Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/services/{serviceId}/scaling Updates minimum and maximum total memory limits and idle mode scaling behavior for the service. T |
clickhouse-cloud.clickhouse_cloud_instance_replica_scaling_update | Write write | 0 | Update service auto scaling settings Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/services/{serviceId}/replicaScaling Updates minimum and maximum memory limits per replica and idle mode scaling behavior for t |
clickhouse-cloud.clickhouse_cloud_instance_password_update | Write write | 0 | Update service password Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/services/{serviceId}/password Sets a new password for the service |
clickhouse-cloud.clickhouse_cloud_instance_private_endpoint_create | Write write | 0 | Create a private endpoint Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/services/{serviceId}/privateEndpoint Create a new private endpoint. The private endpoint will be associated with this service and organiza |
clickhouse-cloud.clickhouse_cloud_instance_prometheus_get | Read read | 0 | Get service metrics Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/prometheus Returns prometheus metrics for a service. |
clickhouse-cloud.clickhouse_cloud_service_clickhouse_settings_list_get | Read read | 0 | List ClickHouse settings Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickhouseSettings **Disclaimer:** This beta endpoint is evolving; the API contract may change. Returns the configured |
clickhouse-cloud.clickhouse_cloud_service_clickhouse_settings_update | Write write | 0 | Update ClickHouse settings Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/services/{serviceId}/clickhouseSettings **Disclaimer:** This beta endpoint is evolving; the API contract may change. Updates one or more |
clickhouse-cloud.clickhouse_cloud_service_clickhouse_settings_schema_get | Read read | 0 | Get ClickHouse settings schema Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickhouseSettings/schema **Disclaimer:** This beta endpoint is evolving; the API contract may change. Returns th |
clickhouse-cloud.clickhouse_cloud_service_clickhouse_setting_get | Read read | 0 | Get ClickHouse setting Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickhouseSettings/{settingName} **Disclaimer:** This beta endpoint is evolving; the API contract may change. Returns the |
clickhouse-cloud.clickhouse_cloud_backup_get_list | Read read | 0 | List of service backups Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/backups Returns a list of all backups for the service. The most recent backups comes first in the list. |
clickhouse-cloud.clickhouse_cloud_backup_get | Read read | 0 | Get backup details Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/backups/{backupId} Returns a single backup info. |
clickhouse-cloud.clickhouse_cloud_backup_configuration_get | Read read | 0 | Get service backup configuration Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/backupConfiguration Returns the service backup configuration. |
clickhouse-cloud.clickhouse_cloud_backup_configuration_update | Write write | 0 | Update service backup configuration Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/services/{serviceId}/backupConfiguration Updates service backup configuration. Requires ADMIN auth key role. Setting the proper |
clickhouse-cloud.clickhouse_cloud_backup_bucket_get | Read read | 0 | Get service backup bucket Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/backupBucket **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. |
clickhouse-cloud.clickhouse_cloud_backup_bucket_create | Write write | 0 | Create service backup bucket Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/services/{serviceId}/backupBucket **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the fut |
clickhouse-cloud.clickhouse_cloud_backup_bucket_update | Write write | 0 | Update service backup bucket Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/services/{serviceId}/backupBucket **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the fu |
clickhouse-cloud.clickhouse_cloud_backup_bucket_delete | Write write | 0 | Delete service backup bucket Official ClickHouse Cloud endpoint: DELETE /v1/organizations/{organizationId}/services/{serviceId}/backupBucket **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the f |
clickhouse-cloud.clickhouse_cloud_openapi_key_get_list | Read read | 0 | Get list of all keys Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/keys Returns a list of all keys in the organization. |
clickhouse-cloud.clickhouse_cloud_openapi_key_create | Write write | 0 | Create key Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/keys Creates new API key. |
clickhouse-cloud.clickhouse_cloud_openapi_key_get | Read read | 0 | Get key details Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/keys/{keyId} Returns a single key details. |
clickhouse-cloud.clickhouse_cloud_openapi_key_update | Write write | 0 | Update key Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/keys/{keyId} Updates API key properties. |
clickhouse-cloud.clickhouse_cloud_openapi_key_delete | Write write | 0 | Delete key Official ClickHouse Cloud endpoint: DELETE /v1/organizations/{organizationId}/keys/{keyId} Deletes API key. Only a key not used to authenticate the active request can be deleted. |
clickhouse-cloud.clickhouse_cloud_member_get_list | Read read | 0 | List organization members Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/members Returns a list of all members in the organization. |
clickhouse-cloud.clickhouse_cloud_member_get | Read read | 0 | Get member details Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/members/{userId} Returns a single organization member details. |
clickhouse-cloud.clickhouse_cloud_member_update | Write write | 0 | Update organization member Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/members/{userId} Updates organization member role. |
clickhouse-cloud.clickhouse_cloud_member_delete | Write write | 0 | Remove an organization member Official ClickHouse Cloud endpoint: DELETE /v1/organizations/{organizationId}/members/{userId} Removes a user from the organization |
clickhouse-cloud.clickhouse_cloud_invitation_get_list | Read read | 0 | List all invitations Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/invitations Returns list of all organization invitations. |
clickhouse-cloud.clickhouse_cloud_invitation_create | Write write | 0 | Create an invitation Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/invitations Creates organization invitation. |
clickhouse-cloud.clickhouse_cloud_invitation_get | Read read | 0 | Get invitation details Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/invitations/{invitationId} Returns details for a single organization invitation. |
clickhouse-cloud.clickhouse_cloud_invitation_delete | Write write | 0 | Delete organization invitation Official ClickHouse Cloud endpoint: DELETE /v1/organizations/{organizationId}/invitations/{invitationId} Deletes a single organization invitation. |
clickhouse-cloud.clickhouse_cloud_activity_get_list | Read read | 0 | List of organization activities Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/activities Returns a list of all organization activities. |
clickhouse-cloud.clickhouse_cloud_activity_get | Read read | 0 | Organization activity Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/activities/{activityId} Returns a single organization activity by ID. |
clickhouse-cloud.clickhouse_cloud_usage_cost_get | Read read | 0 | Get organization usage costs Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/usageCost Returns a grand total and a list of daily, per-entity organization usage cost records for the organization in the queried time |
clickhouse-cloud.clickhouse_cloud_click_pipe_get_list | Read read | 0 | List ClickPipes Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickpipes Returns a list of ClickPipes. |
clickhouse-cloud.clickhouse_cloud_click_pipe_create | Write write | 0 | Create ClickPipe Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/services/{serviceId}/clickpipes Create a new ClickPipe. |
clickhouse-cloud.clickhouse_cloud_click_pipe_get | Read read | 0 | Get ClickPipe Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickpipes/{clickPipeId} Returns the specified ClickPipe. |
clickhouse-cloud.clickhouse_cloud_click_pipe_update | Write write | 0 | Update ClickPipe Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/services/{serviceId}/clickpipes/{clickPipeId} Update the specified ClickPipe. |
clickhouse-cloud.clickhouse_cloud_click_pipe_delete | Write write | 0 | Delete ClickPipe Official ClickHouse Cloud endpoint: DELETE /v1/organizations/{organizationId}/services/{serviceId}/clickpipes/{clickPipeId} Delete the specified ClickPipe. |
clickhouse-cloud.clickhouse_cloud_click_pipe_settings_get | Read read | 0 | Get ClickPipe settings Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickpipes/{clickPipeId}/settings Returns the advanced settings for the specified ClickPipe. |
clickhouse-cloud.clickhouse_cloud_click_pipe_settings_update | Write write | 0 | Update ClickPipe settings Official ClickHouse Cloud endpoint: PUT /v1/organizations/{organizationId}/services/{serviceId}/clickpipes/{clickPipeId}/settings Update the advanced settings for the specified ClickPipe. Send key-value pairs where |
clickhouse-cloud.clickhouse_cloud_click_pipe_scaling_update | Write write | 0 | Update ClickPipe scaling Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/services/{serviceId}/clickpipes/{clickPipeId}/scaling Change scaling settings for the specified ClickPipe. This endpoint supports Kafka, K |
clickhouse-cloud.clickhouse_cloud_click_pipe_state_update | Write write | 0 | Update ClickPipe state Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/services/{serviceId}/clickpipes/{clickPipeId}/state Start, stop or resync ClickPipe. Stopping a ClickPipe will stop the ingestion process fr |
clickhouse-cloud.clickhouse_cloud_click_pipe_cdc_scaling_get | Read read | 0 | Get CDC ClickPipes scaling Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickpipesCdcScaling Get scaling settings for database ClickPipes (PostgreSQL, MySQL, MongoDB, BigQuery). The infrast |
clickhouse-cloud.clickhouse_cloud_click_pipe_cdc_scaling_update | Write write | 0 | Update CDC ClickPipes scaling Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/services/{serviceId}/clickpipesCdcScaling Update scaling settings for database ClickPipes (PostgreSQL, MySQL, MongoDB, BigQuery). The |
clickhouse-cloud.clickhouse_cloud_click_stack_list_dashboards | Read read | 0 | ClickStack: List Dashboards Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickstack/dashboards **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in |
clickhouse-cloud.clickhouse_cloud_click_stack_create_dashboard | Write write | 0 | ClickStack: Create Dashboard Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/services/{serviceId}/clickstack/dashboards **This endpoint is in beta.** API contract is stable, and no breaking changes are expected i |
clickhouse-cloud.clickhouse_cloud_click_stack_get_dashboard | Read read | 0 | ClickStack: Get Dashboard Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickstack/dashboards/{clickStackDashboardId} **This endpoint is in beta.** API contract is stable, and no breaking ch |
clickhouse-cloud.clickhouse_cloud_click_stack_update_dashboard | Write write | 0 | ClickStack: Update Dashboard Official ClickHouse Cloud endpoint: PUT /v1/organizations/{organizationId}/services/{serviceId}/clickstack/dashboards/{clickStackDashboardId} **This endpoint is in beta.** API contract is stable, and no breaking |
clickhouse-cloud.clickhouse_cloud_click_stack_delete_dashboard | Write write | 0 | ClickStack: Delete Dashboard Official ClickHouse Cloud endpoint: DELETE /v1/organizations/{organizationId}/services/{serviceId}/clickstack/dashboards/{clickStackDashboardId} **This endpoint is in beta.** API contract is stable, and no break |
clickhouse-cloud.clickhouse_cloud_click_stack_list_alerts | Read read | 0 | ClickStack: List Alerts Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickstack/alerts **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the futu |
clickhouse-cloud.clickhouse_cloud_click_stack_create_alert | Write write | 0 | ClickStack: Create Alert Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/services/{serviceId}/clickstack/alerts **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the fu |
clickhouse-cloud.clickhouse_cloud_click_stack_list_sources | Read read | 0 | ClickStack: List Sources Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickstack/sources **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the fu |
clickhouse-cloud.clickhouse_cloud_click_stack_get_alert | Read read | 0 | ClickStack: Get Alert Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickstack/alerts/{clickStackAlertId} **This endpoint is in beta.** API contract is stable, and no breaking changes are ex |
clickhouse-cloud.clickhouse_cloud_click_stack_update_alert | Write write | 0 | ClickStack: Update Alert Official ClickHouse Cloud endpoint: PUT /v1/organizations/{organizationId}/services/{serviceId}/clickstack/alerts/{clickStackAlertId} **This endpoint is in beta.** API contract is stable, and no breaking changes are |
clickhouse-cloud.clickhouse_cloud_click_stack_delete_alert | Write write | 0 | ClickStack: Delete Alert Official ClickHouse Cloud endpoint: DELETE /v1/organizations/{organizationId}/services/{serviceId}/clickstack/alerts/{clickStackAlertId} **This endpoint is in beta.** API contract is stable, and no breaking changes |
clickhouse-cloud.clickhouse_cloud_click_stack_list_webhooks | Read read | 0 | ClickStack: List Webhooks Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickstack/webhooks **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the |
clickhouse-cloud.clickhouse_cloud_postgres_service_get_list | Read read | 0 | List of organization Postgres services Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/postgres **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. Returns a l |
clickhouse-cloud.clickhouse_cloud_postgres_service_create | Write write | 0 | Create new Postgres service Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/postgres **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. Creates a new Postgre |
clickhouse-cloud.clickhouse_cloud_postgres_service_get | Read read | 0 | Get PostgreSQL service details Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/postgres/{postgresId} **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. Return |
clickhouse-cloud.clickhouse_cloud_postgres_service_patch | Write write | 0 | Update a PostgreSQL service Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/postgres/{postgresId} **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. Update |
clickhouse-cloud.clickhouse_cloud_postgres_service_delete | Write write | 0 | Delete a PostgreSQL service Official ClickHouse Cloud endpoint: DELETE /v1/organizations/{organizationId}/postgres/{postgresId} **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. Delete |
clickhouse-cloud.clickhouse_cloud_postgres_service_certs_get | Read read | 0 | Get Postgres CA certs Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/postgres/{postgresId}/caCertificates **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. |
clickhouse-cloud.clickhouse_cloud_postgres_instance_restore | Write write | 0 | Restore a Postgres service Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/postgres/{postgresId}/restoredService **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the f |
clickhouse-cloud.clickhouse_cloud_postgres_service_set_password | Write write | 0 | Update Postgres superuser password Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/postgres/{postgresId}/password **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the |
clickhouse-cloud.clickhouse_cloud_postgres_service_patch_state | Write write | 0 | Update Postgres service state Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/postgres/{postgresId}/state **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. |
clickhouse-cloud.clickhouse_cloud_postgres_instance_create_read_replica | Write write | 0 | Create a read replica for a Postgres service Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/postgres/{postgresId}/readReplica **This endpoint is in beta.** API contract is stable, and no breaking changes are exp |
clickhouse-cloud.clickhouse_cloud_postgres_instance_config_get | Read read | 0 | Get PostgreSQL service configuration Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/postgres/{postgresId}/config **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the f |
clickhouse-cloud.clickhouse_cloud_postgres_instance_config_post | Write write | 0 | Replace Postgres service configuration Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/postgres/{postgresId}/config **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in th |
clickhouse-cloud.clickhouse_cloud_postgres_instance_config_patch | Write write | 0 | Update Postgres service configuration Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/postgres/{postgresId}/config **This endpoint is in beta.** API contract is stable, and no breaking changes are expected in th |
clickhouse-cloud.clickhouse_cloud_organization_private_endpoint_config_get_list | Read read | 0 | Get private endpoint configuration for region within cloud provider for an organization Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/privateEndpointConfig Deprecated. Please follow [documentation](https://click |
clickhouse-cloud.clickhouse_cloud_organization_byoc_infrastructure_create | Write write | 0 | Create BYOC Infrastructure Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/byocInfrastructure Create a new BYOC Infrastructure in the organization. Returns the configuration of the newly created infrastructure |
clickhouse-cloud.clickhouse_cloud_organization_byoc_infrastructure_update | Write write | 0 | Update BYOC Infrastructure Official ClickHouse Cloud endpoint: PATCH /v1/organizations/{organizationId}/byocInfrastructure/{byocInfrastructureId} Update configuration of the BYOC infrastructure. Returns the modified infrastructure |
clickhouse-cloud.clickhouse_cloud_organization_byoc_infrastructure_delete | Write write | 0 | Remove a BYOC infrastructure Official ClickHouse Cloud endpoint: DELETE /v1/organizations/{organizationId}/byocInfrastructure/{byocInfrastructureId} Removes a BYOC Infrastructure from the organization |
clickhouse-cloud.clickhouse_cloud_click_pipe_reverse_private_endpoint_get_list | Read read | 0 | List reverse private endpoints Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickpipesReversePrivateEndpoints Returns a list of reverse private endpoints for the specified service. |
clickhouse-cloud.clickhouse_cloud_click_pipe_reverse_private_endpoint_create | Write write | 0 | Create reverse private endpoint Official ClickHouse Cloud endpoint: POST /v1/organizations/{organizationId}/services/{serviceId}/clickpipesReversePrivateEndpoints Create a new reverse private endpoint. |
clickhouse-cloud.clickhouse_cloud_click_pipe_reverse_private_endpoint_get | Read read | 0 | Get reverse private endpoint Official ClickHouse Cloud endpoint: GET /v1/organizations/{organizationId}/services/{serviceId}/clickpipesReversePrivateEndpoints/{reversePrivateEndpointId} Returns the reverse private endpoint with the specifie |
clickhouse-cloud.clickhouse_cloud_click_pipe_reverse_private_endpoint_delete | Write write | 0 | Delete reverse private endpoint Official ClickHouse Cloud endpoint: DELETE /v1/organizations/{organizationId}/services/{serviceId}/clickpipesReversePrivateEndpoints/{reversePrivateEndpointId} Delete the reverse private endpoint with the spe |