mcp_config_service_operations_management.json•1.54 kB
{
"server": {
"url": "https://api.clickhouse.cloud"
},
"authentication": [
{
"password": "PASSWORD",
"schema_parameters": {
"scheme": "basic"
},
"type": "http",
"username": "USERNAME"
}
],
"operations": [
{
"description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Change scaling settings for the specified ClickPipe.",
"name": "scale_click_pipe"
},
{
"description": "Sets a new password for the service",
"name": "update_service_password"
},
{
"description": "Returns prometheus metrics for a service.",
"name": "get_service_metrics_by_organization_and_service"
},
{
"description": "Updates minimum and maximum memory limits per replica and idle mode scaling behavior for the service. The memory settings are available only for \"production\" services and must be a multiple of 4 starting from 8GB. Please contact support to enable adjustment of numReplicas.",
"name": "update_service_auto_scaling_settings"
},
{
"description": "Updates minimum and maximum total memory limits and idle mode scaling behavior for the service. The memory settings are available only for \"production\" services and must be a multiple of 12 starting from 24GB. Please contact support to enable adjustment of numReplicas.",
"name": "modify_service_scaling_settings"
},
{
"description": "Starts or stop service",
"name": "update_service_state"
}
]
}