NAME

gcloud alpha projects move - move a project into an organization

SYNOPSIS

gcloud alpha projects move PROJECT_ID_OR_NUMBER [--folder=FOLDER_ID] [--organization=ORGANIZATION_ID] [GCLOUD_WIDE_FLAG ...]

DESCRIPTION

(ALPHA) Moves the given project into the given organization.

This command can fail for the following reasons:

EXAMPLES

The following command moves a project with the ID super-awesome-project into the organization 25872158:

$ gcloud alpha projects move super-awesome-project \ --organization=25872158

POSITIONAL ARGUMENTS

PROJECT_ID_OR_NUMBER

ID or number for the project you want to move.

FLAGS

--folder=FOLDER_ID

ID for the folder to use as a parent

--organization=ORGANIZATION_ID

ID for the organization to use as a parent

GCLOUD WIDE FLAGS

These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

NOTES

This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist. This variant is also available:

$ gcloud beta projects move