Authorization requires the following IAM permission on the specified resource notebookInstance:
notebooks.instances.update
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:
[[["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.instances.resizeDisk\n\nResize a notebook instance disk to a higher capacity.\n\n### HTTP request\n\n`POST https://notebooks.googleapis.com/v2/{notebookInstance}:resizeDisk`\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an 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)."]]