mutation podFindAndDeployOnDemand($input: PodFindAndDeployOnDemandInput) {
podFindAndDeployOnDemand(input: $input) {
id
imageName
env
machineId
ports
machine {
podHostId
}
}
}
with these inputs
{
"input": {
"cloudType": "SECURE",
"name": "****",
"templateId": "*****",
"env": [
{ "key": "USERNAME", "value": "*****" },
{ "key": "TYPE", "value": "****" },
{ "key": "POD_NAME", "value": "******" }
],
"gpuCount": 1,
"gpuTypeId": "NVIDIA A40"
}
}
mutation podFindAndDeployOnDemand($input: PodFindAndDeployOnDemandInput) {
podFindAndDeployOnDemand(input: $input) {
id
imageName
env
machineId
ports
machine {
podHostId
}
}
}
with these inputs
{
"input": {
"cloudType": "SECURE",
"name": "****",
"templateId": "*****",
"env": [
{ "key": "USERNAME", "value": "*****" },
{ "key": "TYPE", "value": "****" },
{ "key": "POD_NAME", "value": "******" }
],
"gpuCount": 1,
"gpuTypeId": "NVIDIA A40"
}
}