rpk debug remote-bundle cancel

Cancel a remote bundle execution.

This command cancels the debug collection process in a remote cluster that you configured in flags, environment variables, or your rpk profile.

Use the flag --job-id to only cancel the debug bundle with the given job ID.

Use the flag --no-confirm to avoid the confirmation prompt.

Usage

rpk debug remote-bundle cancel [flags]

Flags

Value Type Description

-h, --help

-

Help for cancel.

--job-id

string

ID of the job to cancel the debug bundle.

--no-confirm

-

Disable confirmation prompt.

--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.