CANCEL_REBALANCE_CLUSTER

Stops any rebalance task that is currently in progress or is waiting to execute.

Syntax

CANCEL_REBALANCE_CLUSTER()

Privileges

Superuser

Example

=> SELECT CANCEL_REBALANCE_CLUSTER();
 CANCEL_REBALANCE_CLUSTER 
--------------------------
 CANCELED
(1 row)