How to configure a new organization for a standalone project if I'm in an organization already

Is there a way to configure a new organization for a standalone project if I'm in another organization already?

I tried the organization console, but It auto switches to this other org, and if I switch to my standalone project the page never loads.

4 5 255
5 REPLIES 5

Hello @fmtrasan  ,Welcome on Google Cloud Community.

No, it's not possible.There is no sub-organizations. You can create new organization and migrate your project from old one to new one. 
--
cheers,
DamianS
LinkedIn medium.com Cloudskillsboost

But I'm not trying to do that. I have a project that isn't attached to any organization, and I want to create an organization for that project. The problem I'm facing is that my user account already have access to an Org, and when I got to the org config page I get switched to the Org, and if I try to switch back to my standalone project, the org page never loads.

Did you've tried to migrate such project via CLI ?

gcloud beta projects move STANDALONE_PROJECT_ID \
    --organization ORGANIZATION_ID_WHERE_YOU_WANT_TO_MIGRATE

Documentation: https://cloud.google.com/resource-manager/docs/handle-special-cases#gcloud

 

I don't want to move the standalone project to an existing org, I want to create a new org for that project.

Create totally new organization ( Google Workspace is needed for that) and then migrate project. 
URL Doc: https://cloud.google.com/resource-manager/docs/organization-setup

--
cheers,
DamianS
LinkedIn medium.com Cloudskillsboost

Top Labels in this Space