When the building freezes, you cannot delete it from the application itself, but you can delete the project from the terminal by following these steps:
Open the Windows Powershell and run:
wsl -d NVIDIA-Workbench
Then open the NVWB Project directory by running:
cd /home/workbench/.nvwb/project-runtime-info/
When in the Project directory, you can see current projects by running:
ls
If you see the project which you would like to delete, copy and past the title after rm -r
rm -r PASTETHEPROJECTNAMEANDHASH
Now open NVIDIA AI Workbench. The project stopped building and says “Build Required”. You won’t be able to open the project as the directory is empty; however, if you press on the 3 dots on the right, you should be able to delete it so you can build it again.
If the above does not work, you can manually delete it from the folder on your system. Go to:
\wsl.localhost\NVIDIA-Workbench\home\workbench.nvwb\project-runtime-info
and delete the project folder you would like to stop.
Let me know if any questions and if it helped.