.nh .TH podman\-volume\-rm(1) .SH NAME .PP podman\-volume\-rm \- Remove one or more volumes .SH SYNOPSIS .PP \fBpodman volume rm\fP [\fIoptions\fP] \fIvolume\fP [...] .SH DESCRIPTION .PP Removes one or more volumes. Only volumes that are not being used will be removed. If a volume is being used by a container, an error will be returned unless the \fB\-\-force\fP flag is being used. To remove all volumes, use the \fB\-\-all\fP flag. Volumes can be removed individually by providing their full name or a unique partial name. .SH OPTIONS .SS \fB\-\-all\fP, \fB\-a\fP .PP Remove all volumes. .SS \fB\-\-force\fP, \fB\-f\fP .PP Remove a volume by force. If it is being used by containers, the containers will be removed first. .SS \fB\-\-help\fP .PP Print usage statement .SH EXAMPLES .PP .RS .nf $ podman volume rm myvol1 myvol2 $ podman volume rm \-\-all $ podman volume rm \-\-force myvol .fi .RE .SH Exit Status .PP \fB0\fP All specified volumes removed .PP \fB1\fP One of the specified volumes did not exist, and no other failures .PP \fB2\fP One of the specified volumes is being used by a container .PP \fB125\fP The command fails for any other reason .SH SEE ALSO .PP podman\-volume(1) .SH HISTORY .PP November 2018, Originally compiled by Urvashi Mohnani umohnani@redhat.com \[la]mailto:umohnani@redhat.com\[ra]