runpodctl icon indicating copy to clipboard operation
runpodctl copied to clipboard

can't start spot pod using the cli

Open youcefs21 opened this issue 1 year ago • 1 comments

I'm trying to start a pod using the cli by doing:

 runpodctl start pod <id>

but I'm getting the error: Error: Cannot resume a spot pod as an on demand pod.

I also tried putting a bid that matches the spot pricing:

runpodctl start pod --bid 0.340 <id>

and that gets me a different error Error: PodBidResume: statuscode 400

youcefs21 avatar Jul 01 '24 22:07 youcefs21

turns out the graphQL call was missing an argument, fixed it in #157

youcefs21 avatar Jul 01 '24 23:07 youcefs21