Resize a notebook instance disk to a higher capacity.
HTTP request
POST https://notebooks.googleapis.com/v2/{notebookInstance}:resizeDisk
Path parameters
| Parameters | |
|---|---|
notebookInstance | 
                
                   
 Required. Format:  Authorization requires the following IAM permission on the specified resource  
  | 
              
Request body
The request body contains data with the following structure:
| JSON representation | 
|---|
{ // Union field  | 
                
| 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 | 
                  
                     
 Required. The boot disk to be resized. Only diskSizeGb will be used.  | 
                
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.