wer delete
Delete a resource and tear down any associated infrastructure. Alias: rm.
Usage
wer delete <resource-type> <name> Description
The delete command removes a resource and tears down any infrastructure
that was provisioned for it. For workstations, this means the remote instance and its
associated storage will be destroyed. This action is irreversible.
You can also use wer rm as a shorthand alias.
Arguments
| Argument | Description |
|---|---|
resource-type | The type of resource to delete (e.g., workstation, workstationconfig) |
name | The name of the resource to delete |
Examples
# Delete a workstation
wer delete workstation my-dev
# Delete using the alias
wer rm workstation my-dev
# Delete a workstation config
wer delete workstationconfig old-config