.nh .TH podman\-volume\-prune(1) .SH NAME .PP podman\-volume\-prune \- Remove all unused volumes .SH SYNOPSIS .PP \fBpodman volume prune\fP [\fIoptions\fP] .SH DESCRIPTION .PP Removes unused volumes. By default all unused volumes will be removed, the \fB\-\-filter\fP flag can be used to filter specific volumes. You will be prompted to confirm the removal of all the unused volumes. To bypass the confirmation, use the \fB\-\-force\fP flag. .SH OPTIONS .SS \fB\-\-force\fP, \fB\-f\fP .PP Do not prompt for confirmation. .SS \fB\-\-filter\fP .PP Filter volumes to be pruned. Volumes can be filtered by the following attributes: .RS .IP \(bu 2 dangling .IP \(bu 2 driver .IP \(bu 2 label .IP \(bu 2 name .IP \(bu 2 opt .IP \(bu 2 scope .RE .SS \fB\-\-help\fP .PP Print usage statement .SH EXAMPLES .PP .RS .nf $ podman volume prune $ podman volume prune \-\-force $ podman volume prune \-\-filter label=mylabel=mylabelvalue .fi .RE .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]