k8s-pilot

by bourbonkk

clusterrole_delete

Remove a ClusterRole from a Kubernetes cluster using the k8s-pilot MCP server. Specify the context name and ClusterRole name to execute the deletion and receive operation status.

Instructions

Delete a ClusterRole from the cluster.

Args: context_name: The Kubernetes context name name: The ClusterRole name

Returns: Status of the deletion operation

Input Schema

NameRequiredDescriptionDefault
context_nameYes
nameYes

Input Schema (JSON Schema)

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