1podman-pod-kill(1)          General Commands Manual         podman-pod-kill(1)
2
3
4

NAME

6       podman-pod-kill  -  Kill  the  main process of each container in one or
7       more pods
8
9

SYNOPSIS

11       podman pod kill [options] pod ...
12
13

DESCRIPTION

15       The main process of each container inside the pods  specified  will  be
16       sent SIGKILL, or any signal specified with option --signal.
17
18

OPTIONS

20   --all, -a
21       Sends signal to all containers associated with a pod.
22
23
24   --latest, -l
25       Instead  of  providing the pod name or ID, use the last created pod. If
26       you use methods other than Podman to run pods such as CRI-O,  the  last
27       started  pod could be from either of those methods. (This option is not
28       available with the remote Podman client, including Mac and Windows (ex‐
29       cluding WSL2) machines)
30
31
32   --signal, -s=signal
33       Signal  to  send  to the containers in the pod. For more information on
34       Linux signals, refer to signal(7).  The default is SIGKILL.
35
36

EXAMPLE

38       Kill pod with a given name
39
40
41              podman pod kill mywebserver
42
43
44
45       Kill pod with a given ID
46
47
48              podman pod kill 860a4b23
49
50
51
52       Terminate pod by sending TERM signal
53
54
55              podman pod kill --signal TERM 860a4b23
56
57
58
59       Kill the latest pod created by Podman
60
61
62              podman pod kill --latest
63
64
65
66       Terminate all pods by sending KILL signal
67
68
69              podman pod kill --all
70
71
72

SEE ALSO

74       podman(1), podman-pod(1), podman-pod-stop(1)
75
76

HISTORY

78       July  2018,  Originally  compiled  by  Peter   Hunt   pehunt@redhat.com
79       ⟨mailto:pehunt@redhat.com⟩
80
81
82
83                                                            podman-pod-kill(1)
Impressum