Python SDK resume_pod
Hi, I'm using the Python SDK to resume a pod. However, I can't resume a pod with 0 gpu
runpod.resume_pod(
pod_id=pod_id,
gpu_count=0
)
This does not work, the pod still start with 1 gpu
3 Replies
oh is it a bug, could you please create an issue here, describing that
https://github.com/runpod/runpod-python/issues/new/choose
GitHub
Build software better, together
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Sure @nerdylive , must be a bug in graphql mutation
PR is created
https://github.com/runpod/runpod-python/issues/371
GitHub
Cannot resume_pod with gpu_count=0 · Issue #371 · runpod/runpod-pyt...
Describe the bug I use the following code to create a pod with 1 GPU initially, and then resume it with 0 GPU (because creating a pod with 0 gpu is not possible). The pod resumes but with 1 pod_id ...