Changing the Project from the Org to a separate org

hey everyone! Hope you all live and kicking;)

I have a strange, maybe even newbie question, which I was not able to handle myself.

In short, long time ago I created one organization, let’s call it A.

Over time, I was starting different projects, and one of them became the startup I co-founded, called Eated.

So right now we have this project Eated as a Project under organization A.

I was planning to submit my startup for possibility to get google credits for Gemini, though after conversation with support they shared that in order to do so, I need my project to be separated and registered as separate Org.

Problem is, all the tutorials I got or found did not showed how to do that, especially because I was always not having enough permissions for that.

I am not a tech person, so here I am here, asking odd questions :wink:

Can someone add or walm me through how to separate project to a separate Org?

Thanks in advance!

1 Like

To move a Google Cloud project to a new organization, you need permissions in both orgs. First, create or use the destination organization. Then, the admin of the current org must grant you the Project Mover role. After that, use the Cloud Console or gcloud projects move PROJECT_ID --organization ORGANIZATION_ID

1 Like