.nh .TH podman\-pod\-stop(1) .SH NAME .PP podman\-pod\-stop \- Stop one or more pods .SH SYNOPSIS .PP \fBpodman pod stop\fP [\fIoptions\fP] \fIpod\fP ... .SH DESCRIPTION .PP Stop containers in one or more pods. You may use pod IDs or names as input. .SH OPTIONS .SS \fB\-\-all\fP, \fB\-a\fP .PP Stops all pods .SS \fB\-\-ignore\fP, \fB\-i\fP .PP Ignore errors when specified pods are not in the container store. A user might have decided to manually remove a pod which would lead to a failure during the ExecStop directive of a systemd service referencing that pod. .SS \fB\-\-latest\fP, \fB\-l\fP .PP Instead of providing the pod name or ID, stop the last created pod. .PP The latest option is not supported on the remote client. .SS \fB\-\-time\fP, \fB\-t\fP=\fItime\fP .PP Timeout to wait before forcibly stopping the containers in the pod. .SS \fB\-\-pod\-id\-file\fP .PP Read pod ID from the specified file and stop the pod. Can be specified multiple times. .SH EXAMPLE .PP Stop a pod called \fImywebserverpod\fP .PP .RS .nf $ podman pod stop mywebserverpod cc8f0bea67b1a1a11aec1ecd38102a1be4b145577f21fc843c7c83b77fc28907 .fi .RE .PP Stop two pods by their short IDs. .PP .RS .nf $ podman pod stop 490eb 3557fb 490eb241aaf704d4dd2629904410fe4aa31965d9310a735f8755267f4ded1de5 3557fbea6ad61569de0506fe037479bd9896603c31d3069a6677f23833916fab .fi .RE .PP Stop the most recent pod .PP .RS .nf $ podman pod stop \-\-latest 3557fbea6ad61569de0506fe037479bd9896603c31d3069a6677f23833916fab .fi .RE .PP Stop all pods .PP .RS .nf $ podman pod stop \-\-all 19456b4cd557eaf9629825113a552681a6013f8c8cad258e36ab825ef536e818 3557fbea6ad61569de0506fe037479bd9896603c31d3069a6677f23833916fab 490eb241aaf704d4dd2629904410fe4aa31965d9310a735f8755267f4ded1de5 70c358daecf71ef9be8f62404f926080ca0133277ef7ce4f6aa2d5af6bb2d3e9 cc8f0bea67b1a1a11aec1ecd38102a1be4b145577f21fc843c7c83b77fc28907 .fi .RE .PP Stop two pods via \-\-pod\-id\-file .PP .RS .nf $ podman pod stop \-\-pod\-id\-file file1 \-\-pod\-id\-file file2 19456b4cd557eaf9629825113a552681a6013f8c8cad258e36ab825ef536e818 cc8f0bea67b1a1a11aec1ecd38102a1be4b145577f21fc843c7c83b77fc28907 .fi .RE .PP Stop all pods with a timeout of 1 second. .PP .RS .nf $ podman pod stop \-a \-t 1 3557fbea6ad61569de0506fe037479bd9896603c31d3069a6677f23833916fab 490eb241aaf704d4dd2629904410fe4aa31965d9310a735f8755267f4ded1de5 70c358daecf71ef9be8f62404f926080ca0133277ef7ce4f6aa2d5af6bb2d3e9 .fi .RE .SH SEE ALSO .PP podman\-pod(1), podman\-pod\-start(1), podman\-stop(1) .SH HISTORY .PP July 2018, Originally compiled by Peter Hunt pehunt@redhat.com \[la]mailto:pehunt@redhat.com\[ra]