1podman-volume-rm(1)() podman-volume-rm(1)()
2
3
4
6 podman-volume-rm - Remove one or more volumes
7
8
10 podman volume rm [options] volume [...]
11
12
14 Removes one or more volumes. Only volumes that are not being used will
15 be removed. If a volume is being used by a container, an error will be
16 returned unless the --force flag is being used. To remove all volumes,
17 use the --all flag. Volumes can be removed individually by providing
18 their full name or a unique partial name.
19
20
22 -a, --all
23
24
25 Remove all volumes.
26
27
28 -f, --force
29
30
31 Remove a volume by force. If it is being used by containers, the con‐
32 tainers will be removed first.
33
34
35 --help
36
37
38 Print usage statement
39
40
42 $ podman volume rm myvol1 myvol2
43
44 $ podman volume rm --all
45
46 $ podman volume rm --force myvol
47
48
49
51 podman-volume(1)
52
53
55 November 2018, Originally compiled by Urvashi Mohnani umohnani@red‐
56 hat.com ⟨mailto:umohnani@redhat.com⟩
57
58
59
60 podman-volume-rm(1)()