Files
Asher 4d414a0df7 feat: add --use-parameter-defaults flag (#21119)
This is like `--yes`, but for parameter prompts.
2026-01-16 17:04:57 -09:00

688 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 confirmation prompts.