rpk cluster storage cancel mount

Cancels a mount/unmount operation on a topic.

Use the migration ID that is emitted when the mount or unmount operation is executed. You can also get the migration ID by listing the mount/unmount operations.

Usage

rpk cluster storage cancel-mount [MIGRATION ID] [flags]

Aliases

cancel-mount, cancel-unmount

Examples

Cancel a mount/unmount operation:

rpk cluster storage cancel-mount 123

Flags

Value Type Description

-h, --help

-

Help for cancel-mount.

--config

string

Redpanda or rpk config file; default search paths are /var/lib/redpanda/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings. See rpk -X or execute rpk -X help for inline detail or rpk -X list for terser detail.

--profile

string

Profile to use. See rpk profile for more details.

-v, --verbose

-

Enable verbose logging.