Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 904 Bytes

File metadata and controls

43 lines (26 loc) · 904 Bytes

rebalance-stop

Stops the current rebalance task

SYNOPSIS

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

DESCRIPTION

Stops the currently running rebalance.

EXAMPLES

To stop the currently running rebalance, run the following command.

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

ENVIRONMENT AND CONFIGURATION VARIABLES

SEE ALSO

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