ReferenceSQL StatementsCluster ManagementCompute ManagementDROP WORKLOAD GROUPOn 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;