list_kubernetes_clusters
Retrieve a list of all Kubernetes clusters deployed on the Civo cloud platform, optionally filtered by region, to manage and monitor your container orchestration resources.
Instructions
List all Kubernetes clusters on Civo
Input Schema
Name | Required | Description | Default |
---|---|---|---|
region | No | Region identifier |
Input Schema (JSON Schema)
{
"properties": {
"region": {
"description": "Region identifier",
"type": "string"
}
},
"type": "object"
}