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 is already being created
Example response
{
"status_code": 201,
"message": "cluster already exists with this name"
}Changes
Changed in 3 of the 50 revisions of this API.12
- ○
added the success response with the status
response-success-status-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the success response with the status
response-success-status-added
- ○
- ▲
removed the success response with the status
response-success-status-removed
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲