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

# workspace

> Manage your workspace

The workspace actions you can take with this command are list, rename, delete, pause, and resume.

If you want to list your workspaces, use the following:

```bash theme={null}
dv workspace
```

To rename your current workspace:

```bash theme={null}
dv workspace rename <new-name>
```

To delete the specified workspace:

```bash theme={null}
dv workspace delete <workspace_id> [-f]
```

You cannot delete the current workspace. The `<workspace_id>` is not the workspace name but the id that starts with `dv.ws.xxxxx`

## pause

Pause syncing of the workspace:

```bash theme={null}
dv workspace pause
```

## resume

Resume syncing of the workspace:

```bash theme={null}
dv workspace resume
```

To any action, you can add the `-f` flag to avoid getting asked to confirm.

For more information about workspaces in Diversion, visit the [Repositories, Branches, and Workspaces](../concepts/repo-branch-workspace) page.
