delete_namespace
Remove a Kubernetes namespace and all its resources in a specified cluster context using the MCP server tool. Ensures clean deletion with JSON result output for operation verification.
Instructions
Delete a namespace and all resources within it.
Args: context_name: The Kubernetes context name namespace: The name of the namespace to delete
Returns: JSON string containing the result of the operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_name | Yes | ||
namespace | Yes |