2022-05-22
▼ ▲ notebooks.projects.locations.runtimes.patch
HTTP Method : PATCH
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/runtimes/{runtimesId}
Path : v1/{+name}
Parameters :
name
Description : Output only. The resource name of the runtime. Format: `projects/{project}/locations/{location}/runtimes/{runtimeId}`
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/runtimes/[^/]+$
Type : string
Required : Yes
requestId
Type : string
Description : Idempotent request UUID.
Location : query
updateMask
Location : query
Format : google-fieldmask
Type : string
Description : Required. Specifies the path, relative to `Runtime`, of the field to update. For example, to change the software configuration kernels, the `update_mask` parameter would be specified as `software_config.kernels`, and the `PATCH` request body would specify the new value, as follows: { "software_config":{ "kernels": [{ 'repository': 'gcr.io/deeplearning-platform-release/pytorch-gpu', 'tag': 'latest' }], } } Currently, only the following fields can be updated: - software_config.kernels - software_config.post_startup_script - software_config.custom_gpu_driver_path - software_config.idle_shutdown - software_config.idle_shutdown_timeout
Description : Update Notebook Runtime configuration.