kubectl delete pod web-7d8f9c --force --grace-period=0

Category: Kubernetes & Containers

kubectl delete pod web-7d8f9c --force --grace-period=0

Force-delete a stuck pod

Deletes the pod immediately without waiting for a graceful shutdown, which can corrupt state for stateful apps. Use only when a pod is stuck in Terminating and the normal delete hangs. The deployment controller will schedule a replacement pod.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.