Updated on 2024-05-07 GMT+08:00

DROP NODE GROUP

Description

Deletes a node group.

Precautions

  • DROP NODE GROUP is an interface of the cluster management tool.
  • Only the system administrator or a user who has the DROP permission can perform this operation.

Syntax

1
DROP NODE GROUP groupname [DISTRIBUTE FROM src_group_name];

Parameters

groupname

Specifies the name of the node group to be deleted.

Value range: an existing node group name

Helpful Links

CREATE NODE GROUP