> ## Documentation Index
> Fetch the complete documentation index at: https://www.ravion.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ravion workspace

> List, inspect, and delete the local Ravion workspaces that store CLI state, cached credentials, and active context on your machine.

## `ravion workspace`

workspace groups commands that operate on the workspaces of the active organization. Run `ravion switch` first to choose an organization. Workspace selection happens when you run `ravion terraform`.

**Aliases:** `ws`

### `ravion workspace delete`

Delete a workspace (not yet implemented)

```bash theme={null}
ravion workspace delete <name>
```

### `ravion workspace list`

List workspaces in the active organization

```bash theme={null}
ravion workspace list
```
