Can I restore one atlas cluster database snapshot on the same cluster but different database name?

How can I restore an specific database inside a cluster and to a new database inside that cluster with another name. Let’s assume we have cluster-one and inside it we have database-one. Now i need to restore the database-one backup (last week backup) into the cluster-one cluster and with a new name, e.x. temp-database-one.

Is this possible?
Is there any way to do the same thing in mongodb atlas?

It depends on how you made your backup.

Which command did you use to perform the backup? Share all command line options you used.

I am using MongoDB Atlas.It is done by default for me. Actually I did not do anything especial.