Updated on 2024-08-20 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
2
DROP NODE GROUP groupname 
    [TO ELASTIC GROUP];

Parameters

groupname

Specifies the name of the node group to be deleted.

Value range: an existing node group name

Examples

For details, see Examples in section "CREATE NODE GROUP."