rpk redpanda stop
Stop a local Redpanda process. rpk stop
first sends SIGINT
, and waits for the specified timeout.
Then, if Redpanda hasn’t stopped, it sends SIGTERM
.
Lastly, it sends SIGKILL
if it’s still running.
Flags
Value | Type | Description |
---|---|---|
--config |
string |
Redpanda config file, if not set the file will be searched for in the default locations. |
-h, --help |
- |
Help for stop. |
--timeout |
duration |
The maximum amount of time to wait for redpanda to
stop,after each signal is sent. The value passed is asequence of decimal
numbers, each with optional fraction and a unit suffix, such as
|
-v, --verbose |
- |
Enable verbose logging (default |
Was this helpful?