mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
e3ce3c342a
The API endpoints existed for this already, so this PR just adds CLI functionality which uses those API endpoints. closes #21891 Generated with the help of Mux
25 lines
336 B
Markdown
Generated
25 lines
336 B
Markdown
Generated
<!-- DO NOT EDIT | GENERATED CONTENT -->
|
|
# organizations delete
|
|
|
|
Delete an organization
|
|
|
|
Aliases:
|
|
|
|
* rm
|
|
|
|
## Usage
|
|
|
|
```console
|
|
coder organizations delete [flags] <organization_name_or_id>
|
|
```
|
|
|
|
## Options
|
|
|
|
### -y, --yes
|
|
|
|
| | |
|
|
|------|-------------------|
|
|
| Type | <code>bool</code> |
|
|
|
|
Bypass confirmation prompts.
|