delete_namespace
Irreversibly delete a namespace and all its resources (pods, services, PVCs) from an OpenShift 4 cluster.
Instructions
DESTRUCTIVE: Delete a namespace and ALL resources within it.
This action is irreversible. All pods, services, persistent volume claims, and other objects in the namespace will be permanently deleted.
Args: name: Namespace to delete. cluster: Named cluster to target (empty = default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cluster | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |