Skip to content

delete

Synopsis

The delete subcommand permanently removes an existing user account from the Olares system.

Aliases: delete, d, del, rm, remove

bash
olares-cli user delete <name> [options]

Arguments

ArgumentDescriptionRequired
<name>Specifies the username of the account to be deleted.
It is typically the part before the @ symbol in an Olares ID.
For example, alice123 for [email protected].
Yes

Options

OptionShorthandUsageRequiredDefault
--help-hDisplays help information.NoN/A
--kubeconfigSpecifies the path to a kubeconfig file.NoN/A

Examples

bash
# Delete a user named alice123
olares-cli user delete alice123