delete_pod
Delete a Kubernetes pod from a specified namespace. Use dry_run to preview the deletion before applying it to avoid irreversible changes.
Instructions
[WRITE][risk=medium] Delete a pod. No undo — a controller usually recreates it.
Pass dry_run=True to preview without deleting.
Args: name: Pod name. namespace: Namespace; omit for the target's default namespace. dry_run: If True, preview without deleting. target: k8s target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| dry_run | No | ||
| namespace | No |