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

--job-id

string

The job ID of the debug bundle to cancel. If not specified, cancels the current debug bundle job.

--no-confirm

bool

Disable confirmation prompt.

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.