Search
Setup for Free
R
Runpod
•
15mo ago
shydow
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
.
Runpod
Join
We're a community of enthusiasts, engineers, and enterprises, all sharing insights on AI, Machine Learning and GPUs!
20,859
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
J
Jason
•
10/21/24, 12:01 AM
What is it like
(the private IP
)
?
J
Jason
•
10/21/24, 12:01 AM
Can give a screenshot of what you mean maybe
S
shydow
OP
•
10/21/24, 1:58 AM
{
"data
"
:
{
"myself
"
:
{
"pods
"
:
[
{
"id
"
:
"xxxxx
"
,
"name
"
:
"basic
"
,
"runtime
"
:
{
"uptimeInSeconds
"
: 5
,
"ports
"
:
[
{
"ip
"
:
"xxxxx
"
,
"isIpPublic
"
: false
,
"privatePort
"
: 19123
,
"publicPort
"
: 60691
,
"type
"
:
"http
"
}
,
{
"ip
"
:
"xxxxx
"
,
"isIpPublic
"
: false
,
"privatePort
"
: 3000
,
"publicPort
"
: 60693
,
"type
"
:
"http
"
}
,
{
"ip
"
:
"xxxxx
"
,
"isIpPublic
"
: false
,
"privatePort
"
: 8888
,
"publicPort
"
: 60692
,
"type
"
:
"http
"
}
]
,
"gpus
"
:
[
{
"id
"
:
"GPU
-xxxxx
"
,
"gpuUtilPercent
"
: 0
,
"memoryUtilPercent
"
: 0
}
]
,
"container
"
:
{
"cpuPercent
"
: 26
,
"memoryPercent
"
: 0
}
}
}
]
}
}
}
S
shydow
OP
•
10/21/24, 2:00 AM
The return of the list is just like above
J
Jason
•
10/21/24, 3:41 AM
Oh well its a bug then
? It shouldn
't output xxxx I guess or it means it
's not usable
S
shydow
When I create a pod using GraphQL, the supportPublicIp parameter doesn't take ef...
P
Poddy
APP
•
10/21/24, 3:41 AM
@shydow
Escalated To Zendesk
The thread has been escalated to Zendesk
!
J
Jason
•
10/21/24, 3:41 AM
Can you share ur query too
S
shydow
OP
•
10/21/24, 7:57 AM
query like this
:
mutation
{
podFindAndDeployOnDemand
(
input
:
{
name
:
"basic
"
volumeInGb
: 0
containerDiskInGb
: 100
gpuCount
: 1
cloudType
: SECURE
gpuTypeId
:
"NVIDIA RTX 2000 Ada Generation
"
templateId
:
"xxxxx
"
}
)
{
id
imageName
env
machineId
machine
{
podHostId
}
}
}
S
shydow
OP
•
10/29/24, 3:53 AM
Have there been any updates
, by any chance
?
J
Jason
•
10/29/24, 4:07 AM
In tickets
?
M
Madiator2011 (Work)
•
10/29/24, 11:04 AM
did you use secure cloud
?
M
Madiator2011 (Work)
did you use secure cloud?
S
shydow
OP
•
10/30/24, 1:24 AM
yes
S
shydow
OP
•
10/30/24, 1:25 AM
secure cloud
S
shydow
OP
•
11/4/24, 11:47 AM
Is there any update on this issue
? Sorry
, I
’m not sure how to track the status of the ticket
.
Similar Threads
pod has no public ip
R
Runpod / ⛅|pods
2y ago
Unable to create pod with GraphQL
R
Runpod / ⛅|pods
13mo ago
Create CPU Pod through GraphQL
R
Runpod / ⛅|pods
2y ago
How do I start a pod with a private docker image (template) using GraphQL?
R
Runpod / ⛅|pods
2y ago