- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Creates a new Cluster in a given project and location.
HTTP request
POST https://hypercomputecluster.googleapis.com/v1/{parent=projects/*/locations/*}/clusters
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. Parent location in which the cluster should be created, in the format |
Query parameters
| Parameters | |
|---|---|
clusterId |
Required. ID of the cluster to create. Must conform to RFC-1034 (lower-case, alphanumeric, and at most 63 characters). |
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 a newly created 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 parent resource:
hypercomputecluster.clusters.create
For more information, see the IAM documentation.