Pseudoface
runpodctl create pod for CPU only
Hey, in case you're still searching for a way to do this programmatically, I managed to do it with GraphQL thanks to the idea of a community helper: https://discord.com/channels/912829806415085598/1249257507164127243
6 replies
Create CPU Pod through GraphQL
Example of the mutation:
{
"query": "mutation { deployCpuPod( input: { cloudType: SECURE, containerDiskInGb: 15, dataCenterId: null, deployCost: 0.06, instanceId: "cpu3c-2-4", networkVolumeId: null, ports: "8888/http", startJupyter: true, startSsh: true, templateId: "your template id", volumeKey: null } ) { id }"
}
13 replies