cgdelete(1) - Linux man page

Name

cgdelete - remove control group(s)

Synopsis

cgdelete [-r] [<controllers>:<path>] ...

Description

The cgdelete program removes all specified control groups.
<controllers>:<path>
Defines control group to delete. There can be multiple control groups specified.
-r
Recursively remove all subgroups.

Environment Variables

CGROUP_LOGLEVEL
controls verbosity of the tool. Allowed values are DEBUG, INFO, WARNING or ERROR.

See Also

cgcreate (1), lscgroup (1), cgclear (1)