📣
TiDB Cloud Premium is now in public preview. Unlimited growth, instant elasticity, advanced security for enterprise workloads. Try it out →

DROP WORKLOAD GROUP



Removes the specified workload group.

Syntax

DROP WORKLOAD GROUP [IF EXISTS] <workload_group_name>

Examples

This example removes the test_workload_group workload group:

DROP WORKLOAD GROUP test_workload_group;

Was this page helpful?