Skip to main content
Version: Latest-3.2

CANCEL DECOMMISSION

Description​

This statement is used to undo a node decommission.

tip

Only the cluster_admin role has the privilege to perform this operation. You can follow the instructions in GRANT to grant this privilege.

Syntax:

CANCEL DECOMMISSION BACKEND "<host>:<heartbeat_port>"[,"<host>:<heartbeat_port>"...]

Examples​

  1. Cancel decommission of two nodes.

    CANCEL DECOMMISSION BACKEND "host1:port", "host2:port";