Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete a project - Visual Studio Team Services

I am using VS 2015 and Visual Studio Team Services. I have created several projects and now I would like to delete some of them. I can not find the option to delete a project. Am I missing something?

like image 786
FrenkyB Avatar asked Oct 11 '16 18:10

FrenkyB


People also ask

How do I delete a project from my team?

In the list of team projects, you will see a drop down arrow to the left of a team project name when you hover over the name with you mouse. Clicking on that drop down arrow will give you the option to delete the team project.

How do I delete a project in Visual Studio?

In Visual Studio, click View > Application Explorer to open the Application Explorer if it is not visible. Navigate to your project under the Visual Studio Projects folder. Right-click the project and select Delete. A delete confirmation appears.

How do I permanently delete a TFS file?

Use the tf destroy command to destroy, or permanently delete, version-controlled files from Team Foundation version control. The destroy action cannot be reversed. You must not destroy files that are still needed. Sometimes you have to clean up version control systems.

How do I delete a TFS repository?

Select Repos, Files. From the repo drop-down, select Manage repositories. Select the name of the repository from the Repositories list, choose the ... menu, and then choose Delete repository.


2 Answers

With the latest changes done on the UI of VSTS you can navigate to https://{yourtenant}.visualstudio.com/_admin then in the Overview tab you will see a list of all the projects, select the one you want to delete from there.

enter image description here

like image 79
Taiseer Joudeh Avatar answered Sep 20 '22 21:09

Taiseer Joudeh


If you are trying to delete a team project you can do so from the admin section reachable by clicking the gear icon in the upper-right corner of the you.

You will access the Admin section where you'll see the list of team projects. By clicking on the ... icon near the project you want to delete you''l open a dropdown with a Delete option.

For further info and a step to step guide you can refer to the official documentation

like image 42
Beorn Avatar answered Sep 20 '22 21:09

Beorn