DEMO A showcase of hev ask⌘K agentic search — running on Coder's real docs. Unaffiliated with Coder; not the official documentation. Official Coder docs ↗ Add ask to your docs ↗
Documentation › delete

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

Typebool

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

Typebool

Bypass confirmation prompts.

esc