How to self terminate pod on crash
I’d like for my script in my docker image to auto terminate its own Runpod instance if the script crashes out
Presumably this could be set up easily with a .bat file:
‘Run script.py
Run uploadLog.py
Run shutdown.py’
Does anyone have any templates or scripts I could go off of to do something like this with my docker image?
1 Reply
pod crash? so instead of restarting you want to catch that and do request to the rest api from runpod to terminate the pod id you're on right now
each pod has a RUNPOD_POD_ID variable
ifim not wrong thats the name
(don't forget to test it out somehow before relying on it)