delete_namespace
Delete a Kubernetes namespace from a target cluster, with optional dry-run simulation.
Instructions
Deletes an existing Kubernetes Namespace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, simulates the action without making changes | |
| cluster | No | Target cluster name (default: 'default') | |
| namespaceName | Yes | The name of the namespace to delete |