Name

nconfig del — Deletes a config key

Synopsis

nconfig del <key>

Arguments

The config key to delete.

Description

This command deletes a key and its data from the store.

[Note]Note

This command may be configured out with the CYGSEM_REDBOOT_CONFIGSTORE_DEL_CMD option.

Examples

RedBoot> nconfig del foo.bar
Deleted OK
RedBoot> nconfig del foo.bar
Key foo.bar not found
RedBoot>