toolbox-rm(1) | General Commands Manual | toolbox-rm(1) |
toolbox-rm - Remove one or more toolbox containers
toolbox rm [--all | -a] [--force | -f] [CONTAINER...]
Removes one or more toolbox containers from the host. The container should have been created using the toolbox create command.
A toolbox container is an OCI container. Therefore, toolbox rm can be used interchangeably with podman rm.
The following options are understood:
--all, -a
Remove all toolbox containers. It can be used in conjunction with --force as well.
--force, -f
Force the removal of running and paused toolbox containers.
$ toolbox rm fedora-toolbox-gegl:36
$ toolbox rm --all
$ toolbox rm --all --force
toolbox(1), podman(1), podman-rm(1)