runpod python api create_pod params
since the runpod have a place of template, which include image_name, should the image name be a must if want to create a pod when we having template?

11 Replies
I would try using a blank string and just providing the template id.
If that works let me know and I can make image_name optional
blank string will work?
🥴
Maybe! I'll test it for you.
i tried, seems work


Cool, I'll make the image_name field optional for you :ablobnod:

i think u need also add a check if neither have image name nor template_id, then throw exception
if no check i think maybe will make some trouble XD
:runpodheart: