delete-keys
The llm delete-keys command removes an existing LLM (Large Language Model) key from your project. This command allows you to delete specific keys by providing their token.
Usage
cldkctl llm delete-keys [flags]Aliases
delete-keys, rm-keysSteps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl llm delete-keys --token [token]Replace [token] with the unique identifier of the key you want to remove. You can find this token by running the command in the LLM List Keys section.
Once the command executes successfully, a message “✓ LLM Key deleted successfully!“ will appear in your terminal.

Flags
Flag
Description
-h, --help
Help for the llm delete-keys command.
Last updated
