Skip to main content
POST
/
org
/
{org}
/
mk8s
/
{name}
/
-kubeconfig
Retrieve a kubeconfig
curl --request POST \
  --url https://api.cpln.io/org/{org}/mk8s/{name}/-kubeconfig \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "kubeconfig": "<string>",
  "fileName": "<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

Body

application/json

The body is of type object.

Response

Created

kubeconfig
string
fileName
string