.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 \fBtoolbox create\fR command. .PP A toolbox container is an OCI container. Therefore, \fBtoolbox rm\fR can be used interchangeably with \fBpodman 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--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 \fBfedora-toolbox-gegl:36\fR .EX $ toolbox rm fedora-toolbox-gegl:36 .EE .SS Remove all toolbox containers, but not those that are running or paused .EX $ toolbox rm --all .EE .SS Remove all toolbox containers, including ones that are running or paused .EX $ toolbox rm --all --force .EE .SH SEE ALSO .PP \fBtoolbox(1)\fR, \fBpodman(1)\fR, \fBpodman-rm(1)\fR