shydow
shydow
RRunPod
Created by shydow on 10/21/2024 in #⛅|pods
Can I use the filtering syntax when calling myself query?
query Pods { myself { pods(filter: { name: { startsWith: "basic::" } }){ id name desiredStatus } } }
2 replies
RRunPod
Created by shydow on 10/20/2024 in #⛅|pods
How can I create a pod with public ip using graphql?
When I create a pod using GraphQL, the supportPublicIp parameter doesn't take effect. The created pod's IP address is private, not public.
15 replies