Page cover

edit-keys

The llm edit-keys command updates an existing LLM (Large Language Model) key in your project. This command allows you to modify the details of an existing key, such as the model, budget, or duration.

Usage

cldkctl llm edit-keys [token] [flags]

Aliases

edit-keys, modify-keys

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal:

cldkctl llm edit-keys [token]
  1. Replace [token] with the token of the key you want to modify. You can find this token by running the command in the LLM List Keys section.

  2. A terminal user interface (TUI) will appear, showing the current configuration of the selected key.

  3. Update the desired fields you need to change.

  4. Once you have finished editing, confirm the update by pressing Enter or selecting the appropriate confirmation option.

  1. Once completed successfully, a message “✓ LLM Keys updated successfully!” will appear in your terminal.

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for the llm edit-keys command.

Last updated