starrocks/docs/sql-reference/sql-statements/Administration/DROP_RESOURCE_GROUP.md

453 B

DROP RESOURCE GROUP

Description

Drops the specified resource group.

Syntax

DROP RESOURCE GROUP <resource_group_name>

Parameters

Parameter Description
resource_group_name Name of the resource group to be dropped.

Example

Example 1: Drops the resource group rg1.

DROP RESOURCE GROUP rg1;