- NAME
-
- gcloud beta resource-manager folders create - create a new folder
- SYNOPSIS
-
-
gcloud beta resource-manager folders create--display-name=DISPLAY_NAME[--async] [--folder=FOLDER_ID] [--organization=ORGANIZATION_ID] [--tags=[KEY=VALUE, …]] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(BETA)Creates a new folder in the given parent folder or organization. - EXAMPLES
- The following command creates a folder with the name
abcinto a folder with the ID2345:gcloud beta resource-manager folders create --display-name = abc --folder = 2345The following command creates a folder with the name
abcinto an organization with ID1234:gcloud beta resource-manager folders create --display-name = abc --organization = 1234 - REQUIRED FLAGS
-
-
--display-name=DISPLAY_NAME - Friendly display name to use for the new folder.
-
- OPTIONAL FLAGS
-
-
--async - Return immediately, without waiting for the operation in progress to complete.
-
--folder=FOLDER_ID - ID for the folder to use as a parent
-
--organization=ORGANIZATION_ID - ID for the organization to use as a parent
- List of tags KEY=VALUE pairs to bind. Each item must be expressed as
<tag-key-namespaced-name>=<tag-value-short-name>.Example:
123/environment=production,123/costCenter=marketingNote: Currently this field is in Preview.
-
- 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 helpfor details. - NOTES
- This command is currently in beta and might change without notice. These
variants are also available:
gcloud resource-manager folders creategcloud alpha resource-manager folders create
gcloud beta resource-manager folders create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.

