Method: projects.locations.instances.resizeDisk

Resize a notebook instance disk to a higher capacity.

HTTP request

POST https://notebooks.googleapis.com/v2/{notebookInstance}:resizeDisk

Path parameters

Parameters
notebookInstance

string

Required. Format: projects/{projectId}/locations/{location}/instances/{instanceId}

Request body

The request body contains data with the following structure:

JSON representation
{

  // Union field Disk can be only one of the following:
  "bootDisk": {
    object (BootDisk)
  },
  "dataDisk": {
    object (DataDisk)
  }
  // End of list of possible types for union field Disk.
}
Fields
Union field Disk. Type of the disk that can be resized: boot or data disk Disk can be only one of the following:
bootDisk

object (BootDisk)

Required. The boot disk to be resized. Only diskSizeGb will be used.

dataDisk

object (DataDisk)

Required. The data disk to be resized. Only diskSizeGb will be used.

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.