You're viewing a demo portfolio

Join the waitlist
PRSM

delete_k8s_resource

Active

Tool of com.googleapis.container/mcp

declared in ESF

Deletes a Kubernetes resource from a cluster. This is similar to running `kubectl delete`.

Parameters schema

{
  "type": "object",
  "required": [
    "parent",
    "resourceType",
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Required. The name of the resource to delete."
    },
    "dryRun": {
      "type": "boolean",
      "description": "Optional. If true, run in dry-run mode."
    },
    "parent": {
      "type": "string",
      "description": "Required. The cluster, which owns this collection of resources. Format: projects/{project}/locations/{location}/clusters/{cluster}"
    },
    "cascade": {
      "type": "string",
      "description": "Optional. The cascading deletion policy to use. If not specified, 'background' is used. Valid values are 'background', 'foreground', and 'orphan'."
    },
    "namespace": {
      "type": "string",
      "description": "Optional. The namespace of the resource. If not specified, \"default\" is used."
    },
    "resourceType": {
      "type": "string",
      "description": "Required. The type of resource to delete. Kubernetes resource/kind name in singular form, lower case. e.g. \"pod\", \"deployment\", \"service\"."
    }
  },
  "description": "Request for deleting Kubernetes resources."
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.googleapis.container/mcp

1/7 registries
View full server →