How to admin force close notebooks?

You can click on the button to stop it. but sometimes I’ve ran into a bug that causes the container to freeze up. I have not clue why they try to stop the instance ‘gracefully’ but sometimes you have to go in and kill the container yourself, it gets annoying when you can’t just grab the name of the container you want to kill since you only see that in the terminal of an active healthy instance. So you have to get the names of all the other containers that are healthy to not stop everyones workflow with something like ‘microk8s kubectl delete pod -l podType=dataloreKubernetesAgent’