k8s-pilot

by bourbonkk

replicaset_delete

Remove a ReplicaSet in a specified Kubernetes namespace and context. This tool ensures precise cluster resource management by handling deletion requests through the k8s-pilot MCP server.

Instructions

Delete a ReplicaSet from the specified namespace.

Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The ReplicaSet name

Returns: Status of the deletion operation

Input Schema

NameRequiredDescriptionDefault
context_nameYes
nameYes
namespaceYes

Input Schema (JSON Schema)

{ "properties": { "context_name": { "title": "Context Name", "type": "string" }, "name": { "title": "Name", "type": "string" }, "namespace": { "title": "Namespace", "type": "string" } }, "required": [ "context_name", "namespace", "name" ], "title": "replicaset_deleteArguments", "type": "object" }
ID: varavj97rf