delete_tkc_cluster
Remove a Tanzu Kubernetes Cluster from VMware vSphere with Tanzu. Includes safety checks for running workloads and requires explicit confirmation to proceed.
Instructions
Delete a TKC cluster.
SAFETY: Rejects if Deployments/StatefulSets are running (unless force=True). IMPORTANT: dry_run=True by default — set dry_run=False AND confirmed=True to delete.
Args: name: TKC cluster name. namespace: vSphere Namespace. confirmed: Must be True to proceed (safety gate). dry_run: Preview without deleting (default: True). force: Skip workload check (dangerous).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| namespace | Yes | ||
| confirmed | No | ||
| dry_run | No | ||
| force | No | ||
| target | No |