- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates the configurations of a node.
HTTP request
PATCH https://tpu.googleapis.com/v2alpha1/{node.name=projects/*/locations/*/nodes/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
node.name |
Output only. Immutable. The name of the TPU. |
Query parameters
Parameters | |
---|---|
updateMask |
Required. Mask of fields from [Node][Tpu.Node] to update. Supported fields: [description, tags, labels, metadata, networkConfig.enable_external_ips]. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of Node
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud.tpu
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.