Deploy a new Kubernetes cluster
POST/api/v1/clusters
Deploys a new Kubernetes cluster with the specified configuration
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 409
- 422
- 429
- 500
Cluster deployment initiated successfully
Invalid cluster configuration
Missing or invalid API key
User does not have permission to deploy clusters
Organization not found
Cluster with same name already exists
Invalid cluster parameters
Rate limit exceeded
Internal server error