Updated on 2025-03-13 GMT+08:00

DROP NODE GROUP

Description

Deletes a node group.

Precautions

  • DROP NODE GROUP is an API of the cluster management tool.
  • Only system administrators 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

Examples

See Examples in "ALTER NODE GROUP."

Helpful Links

CREATE NODE GROUP