- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Updates the parameters of a single Cluster.
HTTP request
PATCH https://hypercomputecluster.googleapis.com/v1/{cluster.name=projects/*/locations/*/clusters/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
cluster.name
|
Identifier. Relative resource name
of the cluster, in the format |
Query parameters
| Parameters | |
|---|---|
updateMask
|
Optional. Mask specifying which fields in the cluster to update. All paths must be specified explicitly - wildcards are not supported. At least one path must be provided. This is a comma-separated list of fully qualified names of fields. Example: |
requestId
|
Optional. A unique identifier for this request. A random UUID is recommended. This request is idempotent if and only if |
Request body
The request body contains an instance of Cluster
.
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 .
IAM Permissions
Requires the following IAM
permission on the name
resource:
-
hypercomputecluster.clusters.update
For more information, see the IAM documentation .

