How can ı bring back a project from unity cloud

I had a project in unity hub. I had to delete all the files, but I uploaded the project to unity cloud. How do I bring the project back to Unity Hub?
i want to add that project to unity hub and use that on unity editor thats what i need

How did you upload it to the cloud?

This label shows that your project is shown on Unity Dashboard (Cloud for now) to operate Analytics, Ads, and other Unity services.

It doesn’t mean that you save your code and other files in the cloud.


To save different states of a project in the “cloud”, you need to use a version control system.

E.g., I use Bitbucket + Sourcetree + Git, for example.

Also, people use GitHub + GitHub Desktop + Git or Unity Version Control.