.nh .TH podman\-kill(1) .SH NAME .PP podman\-kill \- Kill the main process in one or more containers .SH SYNOPSIS .PP \fBpodman kill\fP [\fIoptions\fP] [\fIcontainer\fP ...] .PP \fBpodman container kill\fP [\fIoptions\fP] [\fIcontainer\fP ...] .SH DESCRIPTION .PP The main process inside each container specified will be sent SIGKILL, or any signal specified with option \-\-signal. .SH OPTIONS .SS \fB\-\-all\fP, \fB\-a\fP .PP Signal all running containers. This does not include paused containers. .SS \fB\-\-cidfile\fP .PP Read container ID from the specified file and remove the container. Can be specified multiple times. .SS \fB\-\-latest\fP, \fB\-l\fP .PP Instead of providing the container name or ID, use the last created container. If you use methods other than Podman to run containers such as CRI\-O, the last started container could be from either of those methods. .PP The latest option is not supported on the remote client. .SS \fB\-\-signal\fP, \fB\-s\fP .PP Signal to send to the container. For more information on Linux signals, refer to \fIman signal(7)\fP\&. .SH EXAMPLE .PP podman kill mywebserver .PP podman kill 860a4b23 .PP podman kill \-\-signal TERM 860a4b23 .PP podman kill \-\-latest .PP podman kill \-\-signal KILL \-a .PP podman kill \-\-cidfile /home/user/cidfile\-1 .PP podman kill \-\-cidfile /home/user/cidfile\-1 \-\-cidfile ./cidfile\-2 .SH SEE ALSO .PP podman(1), podman\-stop(1) .SH HISTORY .PP September 2017, Originally compiled by Brent Baude bbaude@redhat.com \[la]mailto:bbaude@redhat.com\[ra]