mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
35 lines
564 B
Markdown
Generated
35 lines
564 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
|
|
# templates delete
|
|
|
|
Delete templates
|
|
|
|
Aliases:
|
|
|
|
- rm
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder templates delete [flags] [name...]
|
|
```
|
|
|
|
## Options
|
|
|
|
### -y, --yes
|
|
|
|
| | |
|
|
| ---- | ----------------- |
|
|
| Type | <code>bool</code> |
|
|
|
|
Bypass prompts.
|
|
|
|
### -O, --org
|
|
|
|
| | |
|
|
| ----------- | -------------------------------- |
|
|
| Type | <code>string</code> |
|
|
| Environment | <code>$CODER_ORGANIZATION</code> |
|
|
|
|
Select which organization (uuid or name) to use.
|