ReferenceSQL StatementsCluster ManagementCompute ManagementDROP WORKLOAD GROUPVeloDB Cloud 4.x·Apache Doris 3.x·"Since X.Y" tags refer to Doris versionsversion mapping →On this pageDROP WORKLOAD GROUPDescription 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;