Skip to main content
Glama

Civo MCP Server

MIT License
0
3

delete_kubernetes_cluster

Remove a Kubernetes cluster from the Civo cloud platform by specifying the cluster ID and region identifier to decommission resources and stop billing.

Instructions

Delete a Kubernetes cluster on Civo

Input Schema

NameRequiredDescriptionDefault
idYesCluster ID
regionYesRegion identifier

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Cluster ID", "type": "string" }, "region": { "description": "Region identifier", "type": "string" } }, "required": [ "id", "region" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tao12345666333/civo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server