RunpodR
Runpod14mo 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
Was this page helpful?