artha77
Impossible to launch a CPU Pods via API
it work on postman ! where did you find this endpoint ? https://graphql-spec.runpod.io/#introduction there is nothing on the doc
21 replies
Impossible to launch a CPU Pods via API
and the curl :
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer MyToken" \
-d '{
"query": "mutation { podResume(input: { podId: "1784utm8khhhep" }) { id desiredStatus imageName env machineId machine { podHostId } } }"
}' \
https://api.runpod.io/graphql
=> Internal Server Error
21 replies