Authorization requires the following IAM permission on the specified resource parent:
notebooks.environments.create
Query parameters
Parameters
environmentId
string
Required. User-defined unique ID of this environment. The environmentId must be 1 to 63 characters long and contain only lowercase letters, numeric characters, and dashes. The first character must be a lowercase letter and the last character cannot be a dash.
Request body
The request body contains an instance of Environment.
Response body
If successful, the response body contains a newly created instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# Method: projects.locations.environments.create\n\nCreates a new Environment.\n\n### HTTP request\n\n`POST https://notebooks.googleapis.com/v1/{parent}/environments`\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Environment](/vertex-ai/docs/workbench/reference/rest/v1/projects.locations.environments#Environment).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Operation](/vertex-ai/docs/workbench/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]