k8s_delete_pod
Delete a pod from a Kubernetes cluster by specifying its name and namespace. Use this tool to remove pods that are no longer needed or to troubleshoot issues by terminating problematic pods.
Instructions
Delete a pod
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Pod name | |
| namespace | No | Namespace | |
| force | No | Force delete the pod immediately |