.nh .TH toolbox-rm 1 .SH NAME .PP toolbox-rm - Remove one or more toolbox containers .SH SYNOPSIS .PP \fBtoolbox rm\fP [\fI--all\fP | \fI-a\fP] [\fI--force\fP | \fI-f\fP] [\fICONTAINER\fP\&...] .SH DESCRIPTION .PP Removes one or more toolbox containers from the host. The container should have been created using the \fB\fCtoolbox create\fR command. .PP A toolbox container is an OCI container. Therefore, \fB\fCtoolbox rm\fR can be used interchangeably with \fB\fCpodman rm\fR\&. .SH OPTIONS .PP The following options are understood: .PP \fB--all, -a\fP .PP Remove all toolbox containers. It can be used in conjunction with \fB\fC--force\fR as well. .PP \fB--force, -f\fP .PP Force the removal of running and paused toolbox containers. .SH EXAMPLES .SS Remove a toolbox container named \fB\fCfedora-toolbox-gegl:36\fR .PP .RS .nf $ toolbox rm fedora-toolbox-gegl:36 .fi .RE .SS Remove all toolbox containers, but not those that are running or paused .PP .RS .nf $ toolbox rm --all .fi .RE .SS Remove all toolbox containers, including ones that are running or paused .PP .RS .nf $ toolbox rm --all --force .fi .RE .SH SEE ALSO .PP \fB\fCtoolbox(1)\fR, \fB\fCpodman(1)\fR, \fB\fCpodman-rm(1)\fR