Skip to main content
Immediately kills running containers by sending a signal (defaults to KILL). Use with caution: it does not allow for graceful shutdown.

Usage

container kill [--all] [--signal <signal>] [--debug] [<container-ids> ...]

Arguments

container-ids
string[]
Container IDs

Options

-a, --all
boolean
Kill or signal all running containers
-s, --signal
string
default:"KILL"
Signal to send to the container(s)

Build docs developers (and LLMs) love