cgdelete
, which has a syntax similar to that of cgcreate
. Run: cgdelete subsystems
:path
, where:
subsystems
is a comma-separated list of subsystems.
path
is the path to the cgroup relative to the root of the hierarchy.
cgdelete cpu,net_cls:/test-subgroup
cgdelete
can also recursively remove all subgroups with the option -r
.