I'm looking for a way to create a pod in a specific datacenter from the command line. There's a way to do it with the web interface -- it looks like we'd just need to pass dataCenterId in the graphql request (unless I'm misreading something). I guess it'd need to be added somewhere like this:
I'm looking for a way to create a pod in a specific datacenter from the command line. There's a way to do it with the web interface -- it looks like we'd just need to pass
dataCenterId
in the graphql request (unless I'm misreading something). I guess it'd need to be added somewhere like this:https://github.com/runpod/runpodctl/blob/46dbb96e4d5dc08e645fe674bb916471004650f5/api/pod.go#L138