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

# View workspaces

> Understand columns and lifecycle states on the workspace list.

<Tip>
  **Prefer the terminal?** `vesslctl workspace list` shows the same workspaces along with a SLUG column you can copy straight into other commands. See [`vesslctl workspace list`](/cli/commands/workspace#list).
</Tip>

Go to the **Workspaces** tab in the sidebar to view all your environments at a glance.

<div>
  <Frame>
    <img src="https://mintcdn.com/dora/vPFagCAoutrvcxVV/images/understandworkspaces.png?fit=max&auto=format&n=vPFagCAoutrvcxVV&q=85&s=1cd85c3d5c70c3ea8e496f2791636bf8" alt="Workspace list with name, status, cluster, resource spec, runtime, and hourly cost columns" width="1920" height="1266" data-path="images/understandworkspaces.png" />
  </Frame>

  <small>Example: Workspace list</small>
</div>

<Info>
  The workspace list shows the following columns:

  * **Name**: Workspace name
  * **Status**: current state (see below)
  * **Cluster**: where resources are located
  * **Resource spec**: GPU, CPU, memory, Temporary storage
  * **Runtime**: accumulated running time
  * **Hourly cost**: rate for the selected spec (visible if pricing is enabled)
</Info>

## Statuses

* **Queued**: Waiting for resources. Shows specific reason such as *Waiting for GPU capacity*.
* **Initializing**: Preparing the environment. Shows specific reason such as *Downloading image*.
* **Running**: Actively running. Runtime counter is active.
* **Paused**: Session is suspended. Runtime shows `N/A`.
  * Temporary storage data is cleared and not preserved.
* **Terminating**: Workspace is being deleted.
* **Terminated**: Fully terminated. Shows **Total runtime** for billing reference.
* **Failed**: Stopped due to an error (for example, Out of Memory Killed (OOMKilled), credit exhaustion, Temporary storage exceeded).

## View terminated workspaces

Terminated workspaces are no longer auto-deleted after 24 hours. Use the **View Terminated** toggle at the top of the workspace list to show or hide terminated workspaces.

<div>
  <Frame>
    <img src="https://mintcdn.com/dora/vPFagCAoutrvcxVV/images/newviewterminatedworkspace.png?fit=max&auto=format&n=vPFagCAoutrvcxVV&q=85&s=317e86e423f8036ae531ce7c626eb77a" alt="View Terminated toggle that reveals terminated workspaces in the list" width="1920" height="1266" data-path="images/newviewterminatedworkspace.png" />
  </Frame>

  <small>Toggle to show terminated workspaces</small>
</div>

<Tip>Use the demo below to see how to review terminated workspaces with **View Terminated** and permanently remove them with **Delete**.</Tip>

<div style={{ position: 'relative', paddingBottom: 'calc(65.9375% + 41px)', height: 0, width: '100%' }}>
  <iframe src="https://demo.arcade.software/yFpFdw2PHryDXSnawPp3?embed&embed_mobile=inline&embed_desktop=inline&show_copy_link=true" title="Pause and Permanently Delete a Workspace" frameBorder="0" loading="lazy" webkitAllowFullScreen="" mozAllowFullScreen="" allowFullScreen allow="clipboard-write" style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', colorScheme: 'light' }} />
</div>

* View event history and termination reasons for debugging
* Manually delete workspaces when no longer needed
* Keep your active workspace list clean while preserving history
