github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/docs/source/markdown/podman-pod-unpause.1.md (about) 1 % podman-pod-unpause(1) 2 3 ## NAME 4 podman\-pod\-unpause - Unpause one or more pods 5 6 ## SYNOPSIS 7 **podman pod unpause** [*options*] *pod* ... 8 9 ## DESCRIPTION 10 Unpauses all the paused processes in the containers of one or more pods. You may use pod IDs or names as input. 11 12 ## OPTIONS 13 14 #### **--all**, **-a** 15 16 Unpause all pods. 17 18 #### **--latest**, **-l** 19 20 Instead of providing the pod name or ID, unpause the last created pod. 21 22 The latest option is not supported on the remote client. 23 24 ## EXAMPLE 25 26 podman pod unpause mywebserverpod 27 28 podman pod unpause 860a4b23 29 30 ## SEE ALSO 31 podman-pod(1), podman-pod-pause(1), podman-unpause(1) 32 33 ## HISTORY 34 July 2018, Originally compiled by Peter Hunt <pehunt@redhat.com>