mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
94f5d52fdc
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
675 B
Generated
675 B
Generated
delete
Delete a workspace
Aliases:
- rm
Usage
coder delete [flags] <workspace>
Description
- Delete a workspace for another user (if you have permission):
$ coder delete <username>/<workspace_name>
Options
--orphan
| Type | bool |
Delete a workspace without deleting its resources. This can delete a workspace in a broken state, but may also lead to unaccounted cloud resources.
-y, --yes
| Type | bool |
Bypass prompts.