Skip to main content
Glama

MCP Kubernetes Server

by abhijeetka

remove_label

Remove a specific label from Kubernetes resources such as pods, services, or deployments by specifying the resource type, name, label key, and namespace using the MCP Kubernetes Server.

Instructions

Remove a label from a Kubernetes resource

Args: resource_type: Type of the resource (e.g., pod, service, deployment) resource_name: Name of the resource to remove the label from label_key: Key of the label to remove namespace: Namespace of the resource

Input Schema

NameRequiredDescriptionDefault
label_keyYes
namespaceNodefault
resource_nameYes
resource_typeYes

Input Schema (JSON Schema)

{ "properties": { "label_key": { "title": "Label Key", "type": "string" }, "namespace": { "default": "default", "title": "Namespace", "type": "string" }, "resource_name": { "title": "Resource Name", "type": "string" }, "resource_type": { "title": "Resource Type", "type": "string" } }, "required": [ "resource_type", "resource_name", "label_key" ], "title": "remove_labelArguments", "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/abhijeetka/mcp-k8s-server'

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