.nh .TH podman-pod-pause 1 .SH NAME .PP podman-pod-pause - Pause one or more pods .SH SYNOPSIS .PP \fBpodman pod pause\fP [\fIoptions\fP] \fIpod\fP ... .SH DESCRIPTION .PP Pauses all the running processes in the containers of one or more pods. You may use pod IDs or names as input. .SH OPTIONS .SS \fB--all\fP, \fB-a\fP .PP Pause all pods. .SS \fB--latest\fP, \fB-l\fP .PP Instead of providing the pod name or ID, pause the last created pod. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines) .SH EXAMPLE .PP Pause a pod with a given name .EX podman pod pause mywebserverpod .EE .PP Pause a pod with a given ID .EX podman pod pause 860a4b23 .EE .SH SEE ALSO .PP \fBpodman(1)\fP, \fBpodman-pod(1)\fP, \fBpodman-pod-unpause(1)\fP, \fBpodman-pause(1)\fP .SH HISTORY .PP July 2018, Originally compiled by Peter Hunt pehunt@redhat.com \[la]mailto:pehunt@redhat.com\[ra]