Streaming
Streaming releases
Beta
0
Supported
0
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.
| This command is only available on Linux. |
Flags
| Value | Type | Description |
|---|---|---|
|
duration |
The maximum amount of time to wait for redpanda to stop after each signal is sent (for example, 300ms, 1.5s, 2h45m). |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |
Was this helpful?