Method: projects.create | Resource Manager | Google Cloud Documentation (original) (raw)
Method: projects.create
Request that a new project be created. The result is an Operation which can be used to track the creation process. This process usually takes a few seconds, but can sometimes take much longer. The tracking Operation is automatically deleted after a few hours, so there is no need to call operations.delete.
HTTP request
POST https://cloudresourcemanager.googleapis.com/v3/projects
The URL uses gRPC Transcoding syntax.
Request body
The request body contains an instance of [Project](/resource-manager/reference/rest/v3/projects#Project).
Response body
If successful, the response body contains a newly created instance of [Operation](/resource-manager/reference/rest/Shared.Types/Operation).
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/cloudplatformprojects
For more information, see the Authentication Overview.
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 2025-06-11 UTC.