Method: projects.locations.instances.patch

instances.patch updates an Instance.

HTTP request

PATCH https://notebooks.googleapis.com/v2/{instance.name}

Path parameters

Parameters
instance.name

string

Output only. The name of this notebook instance. Format: projects/{projectId}/locations/{location}/instances/{instanceId}

Query parameters

Parameters
updateMask

string (FieldMask format)

Required. Mask used to update an instance

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

requestId

string

Optional. Idempotent request UUID.

Request body

The request body contains an instance of Instance.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.