Force-delete a stuck pod.
Section: Delete, Copy, and Exec
Force delete pod
bash
bash
kubectl delete pod stuck-pod --grace-period=0 --forceExplanation
Force-delete a stuck pod.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Delete, Copy, and Exec