Skip to main content

Renaming a repository

Only the repository owner can rename a repository.
1

Find the repo on the dashboard

Go to the All Repositories view on the dashboard (not from a local workspace). Locate the repository you want to rename.
2

Open the repo card menu

Click the three-dot menu on the repo card and select Rename.Rename option in repo card menu
3

Enter the new name

In the Rename Repository dialog, type the new name for your repository and click Rename.Rename repository dialog

Deleting a repository

Deleting a repository is permanent and cannot be undone. All branches, commits, and history will be lost.
1

Find the repo on the dashboard

Go to the All Repositories view on the dashboard (not from a local workspace). Locate the repository you want to delete.
2

Open the repo card menu

Click the three-dot menu on the repo card and select Delete.Delete option in repo card menu
3

Confirm by typing the repository name

To prevent accidental deletion, you must type the exact repository name to confirm. Then click Delete.Delete repository confirmation dialog
Via the CLI, run dv repo -d <repo-name>. See the repo command for details.