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

rpk cluster storage cancel-unmount

Examples

This section provides examples of how to use rpk cluster storage cancel-mount.

Cancel a mount/unmount operation.

rpk cluster storage cancel-mount 123

Global flags

Value Type Description

--config

string

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

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.