Clusters
Update Cluster
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Human-readable display name of the cluster. e.g. "My Cluster" Must be fewer than 64 characters long.
The current state of the cluster.
Available options:
STATE_UNSPECIFIED
, CREATING
, READY
, DELETING
, FAILED
Detailed information about the current status of the cluster.
Response
200 - application/json
The creation time of the cluster.
Human-readable display name of the cluster. e.g. "My Cluster" Must be fewer than 64 characters long.
The current state of the cluster.
Available options:
STATE_UNSPECIFIED
, CREATING
, READY
, DELETING
, FAILED
Detailed information about the current status of the cluster.
Was this page helpful?