#Is it possible to restart the pod using manage Pod GraphQL API?
7 messages · Page 1 of 1 (latest)
Is it possible to restart the pod using manage Pod GraphQL API?
Yes, you can stop it and then start it. Here are some examples:
https://github.com/ashleykleynhans/runpod-api
but this will introduce a risc of loosing the pod during the time between stop and start right
when you restart from the webui i will just restart the docker container without stopping the whole thing
however i am wondering how to do this as a api user, since the api https://hapi.runpod.net/v1/pod/${id}/restart seems to not work with the api key auth