From afb03b211b9597cbc8acc7d1107c2d4b8a73f014 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sat, 9 Nov 2024 14:15:58 +0100 Subject: [PATCH] Revert "Use the fast channel in ClickHouse Cloud" --- clickhouse-cloud/cloud-api.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/clickhouse-cloud/cloud-api.sh b/clickhouse-cloud/cloud-api.sh index 34a8ffc27..0d14df673 100755 --- a/clickhouse-cloud/cloud-api.sh +++ b/clickhouse-cloud/cloud-api.sh @@ -25,7 +25,6 @@ curl -X POST -H 'Content-Type: application/json' -d ' { "name": "ClickBench-'${PROVIDER}'-'${REGION}'-'${TIER}'-'${MEMORY}'-'$$'", "tier": "'$TIER'", - "releaseChannel": "fast", "provider": "'$PROVIDER'", "region": "'$REGION'", '$([ $TIER == production ] && echo -n "\"minTotalMemoryGb\":${MEMORY},\"maxTotalMemoryGb\":${MEMORY},")'