buildah rm - Removes one or more working containers.
buildah rm containerID [...]
Removes one or more working containers, unmounting them if necessary.
--all, -a
All Buildah containers will be removed. Buildah containers are denoted with an '*' in the 'BUILDER' column listed by the command 'buildah containers'.
buildah rm containerID
buildah rm containerID1 containerID2 containerID3
buildah rm --all
buildah(1)