Skip to main content
GET
/
org
/
{org}
/
mk8s
/
{name}
/
-ready
Check if cluster is deployed
curl --request GET \
  --url https://api.cpln.io/org/{org}/mk8s/{name}/-ready \
  --header 'Authorization: <api-key>'
{
  "ready": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.controlplane.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required
name
string
required

Response

Success

ready
boolean
message
string