πxel
Explore posts from serversIs it possible to restart the pod using manage Pod GraphQL 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
7 replies
pod does not show public ip & ports
okay turns out the pod was not running since there was no entrypoint / command configured
was not transparent that the pod is actually not running, since it did not show as exited
however, solved by providing such
4 replies
is it possible to export stdout as text file?
Heyy, stdout of the container, which should be what is visible in the logs explorer? or are there additional things in the dashboard logs, if there would be a way to download a selected filter in the explorer that would be cool
13 replies
how to release new version only to subset of users / requests
oh environments can be used for this? how would that look like
currently utilizing them to have staging and production deployments, but how would you send eg. 10% of your traffic to a new version and 90% on the old version / deployment
6 replies