Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.01 KB

File metadata and controls

45 lines (28 loc) · 1.01 KB

rebalance-status

Show the current rebalance status

SYNOPSIS

couchbase-cli rebalance-status [--cluster <url>] [--username <user>]
    [--password <password>]

DESCRIPTION

Gets rebalance status information for the cluster. Currently the status either reports "running" or "not running".

EXAMPLES

To get the current rebalance status run the following command.

$ couchbase-cli rebalance-status -c 192.168.1.5 --username Administrator \
 --password password

ENVIRONMENT AND CONFIGURATION VARIABLES

SEE ALSO

man:couchbase-cli-rebalance[1], man:couchbase-cli-rebalance-stop[1]