clusters

Create cluster

Create a new K8S cluster in the cloud

post/api/v1/orgs/{orgId}/clusters

Path parameters

orgIdinteger required

Organization identifier

Request body

object required

Response

Cluster created successfully

namestring
idinteger

Example response

{
  "name": "gkecluster-pipelineuser-123",
  "id": 1
}

Changes