R
Runpod12mo ago
Anhnam420

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
Unknown User
Unknown User12mo ago
Message Not Public
Sign In & Join Server To View
Anhnam420
Anhnam420OP12mo ago
Sure @nerdylive , must be a bug in graphql mutation
Anhnam420
Anhnam420OP12mo ago
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 ...

Did you find this page helpful?