1podman-pod-pause(1)()                                    podman-pod-pause(1)()
2
3
4

NAME

6       podman-pod-pause - Pause one or more pods
7
8

SYNOPSIS

10       podman pod pause [options] pod ...
11
12

DESCRIPTION

14       Pauses all the running processes in the containers of one or more pods.
15       You may use pod IDs or names as input.
16
17

OPTIONS

19   --all, -a
20       Pause all pods.
21
22
23   --latest, -l
24       Instead of providing the pod name or ID, pause the last created pod.
25
26
27       The latest option is not supported on the remote client.
28
29

EXAMPLE

31       podman pod pause mywebserverpod
32
33
34       podman pod pause 860a4b23
35
36

SEE ALSO

38       podman-pod(1), podman-pod-unpause(1), podman-pause(1)
39
40

HISTORY

42       July  2018,  Originally  compiled  by  Peter   Hunt   pehunt@redhat.com
43       ⟨mailto:pehunt@redhat.com⟩
44
45
46
47                                                         podman-pod-pause(1)()
Impressum