gQsoQa
Attaching a Network Volume fails when using GraphQL
I have created a Network Volume and would like to start a container with the volume attached. It works without problem in the web UI after clicking the "Deploy" button. However, when using
runpod-python
's method create_pod
, GraphQL endpoint returns the following error: There are no longer any instances available with the requested specifications. Please refresh and try again.
(I have tried multiple times)
Here is the minimal code:
args.network_volume_id
is probably correct because when I alter it in any way the error message changes to Something went wrong. Please try again later or contact support.
The generated GraphQL query looks like this:
Could you please help me to attach the network volume?8 replies