From c8c7f0714a7cad11f826993a5325c8811f095e3f Mon Sep 17 00:00:00 2001 From: TimLFletcher Date: Fri, 4 Sep 2026 14:45:22 +0100 Subject: [PATCH] [DOC-14406][AI] Correct service flags in the update-services CLI syntax The couchbase-cli rebalance syntax on Modifying Services (and Rebalance) listed --n1ql-[add|remove] and --cbas-[add|remove]. Neither is accepted by the tool. The options are --query- and --analytics-. The ticket reports the --n1ql- case. --cbas- is the same error on the same line, corrected here as well. Service names elsewhere on the page are unchanged: the service is still called n1ql, only the command-line options differ. Co-Authored-By: Claude Opus 5 --- .../pages/manage-nodes/modify-services-and-rebalance.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/manage/pages/manage-nodes/modify-services-and-rebalance.adoc b/modules/manage/pages/manage-nodes/modify-services-and-rebalance.adoc index b3bc7cbd67..77120118bd 100644 --- a/modules/manage/pages/manage-nodes/modify-services-and-rebalance.adoc +++ b/modules/manage/pages/manage-nodes/modify-services-and-rebalance.adoc @@ -121,7 +121,7 @@ To modify non-Data services on the existing nodes of a cluster using the CLI, us couchbase-cli rebalance -c \ --username \ --password \ ---update-services [--index-[add|remove] ] [--n1ql-[add|remove] ] [--fts-[add|remove] ] [--cbas-[add|remove] ] [--eventing-[add|remove] ] [--backup-[add|remove] ] +--update-services [--index-[add|remove] ] [--query-[add|remove] ] [--fts-[add|remove] ] [--analytics-[add|remove] ] [--eventing-[add|remove] ] [--backup-[add|remove] ] ---- These are the options for modifying non-data services: