rpk profile delete

Delete an rpk profile.

Deleting a profile removes it from the rpk.yaml file. If the deleted profile was the selected, current profile, rpk will use in-memory defaults until a new profile is selected.

Usage

rpk profile delete [NAME] [flags]

Flags

Value Type Description

-h, --help

-

Help for delete.

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