toolbox-rm(1) General Commands Manual toolbox-rm(1)

toolbox-rm - Remove one or more Toolbx containers

toolbox rm [--all | -a] [--force | -f] [CONTAINER...]

Removes one or more Toolbx containers from the host. The container should have been created using the toolbox create command.

A Toolbx container is an OCI container. Therefore, toolbox rm can be used interchangeably with podman rm.

The following options are understood:

--all, -a

Remove all Toolbx containers. It can be used in conjunction with --force as well.

--force, -f

Force the removal of running and paused Toolbx containers.

$ toolbox rm fedora-toolbox-gegl:36

$ toolbox rm --all

$ toolbox rm --all --force

toolbox(1), podman(1), podman-rm(1)