runpod / runpodctl

🧰 | RunPod CLI for pod management
https://www.runpod.io/
GNU General Public License v3.0
262 stars 37 forks source link

feat and fix: add gpuCount argument to StartSpotPod #157

Closed youcefs21 closed 1 month ago

youcefs21 commented 4 months ago

Add gpuCount argument

Related:

Description

The start StartSpotPod endpoint is missing the gpuCount argument, causing it to not work at all. I added the argument to the ctl, and the corresponding graphQL call.

How I tested it

I run the graphQL query by hand with and without the argument I added. Without it, I get back a 400 error, and with it everything works great.