> ## 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.

# repo

> Perform actions on your repository

The repo command allows you to list the repositories you have cloned locally and those you’re a collaborator of. This will list your repositories.

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

To delete a repository:

```bash theme={null}
dv repo -d <repo_id> [-f]
```

The `-f` flag will suppress the confirmation message.

This command will delete the repository from the cloud and unlink your local directory as a Diversion repository.

Be careful with this action; there’s no way to recover deleted repositories.
