mirror of
https://github.com/coder/coder.git
synced 2026-09-24 06:47:27 +08:00
Adds `coder ai-gateway keys` commands: * `create <name>` creates key with given name * `list` lists existing keys (alias `ls`) * `delete <name | id>` removes key matching by name or key id, name has priority (alias `rm`)
25 lines
326 B
Markdown
Generated
25 lines
326 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# ai-gateway keys delete
|
|
|
|
Delete an AI Gateway key
|
|
|
|
Aliases:
|
|
|
|
* rm
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder ai-gateway keys delete [flags] <name|id>
|
|
```
|
|
|
|
## Options
|
|
|
|
### -y, --yes
|
|
|
|
| | |
|
|
|------|-------------------|
|
|
| Type | <code>bool</code> |
|
|
|
|
Bypass confirmation prompts.
|