VeloDB CloudSQL ReferenceSQL StatementsCluster ManagementCompute ManagementDROP WORKLOAD GROUPDROP WORKLOAD GROUP Description This statement is used to delete a workload group. Syntax DROP WORKLOAD GROUP [IF EXISTS] '<rg_name>' Examples Delete the workload group named g1: drop workload group if exists g1; DROP RESOURCEDROP WORKLOAD POLICY