rpk redpanda stop
| This command is not supported on macOS, Windows. |
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 |
|---|---|---|
|
- |
Help for stop. |
|
duration |
The maximum amount of time to wait for redpanda to stop after each signal is sent (e.g. 300ms, 1.5s, 2h45m) (default 5s). |
|
string |
Redpanda or rpk config file; default search paths are |
|
stringArray |
Override |
|
string |
Profile to use. See |
|
- |
Enable verbose logging. |