R
RunPod4mo ago
finley

How do I find my network volume with runpodctl?

How do I find my network volume with runpodctl?
3 Replies
DEOGEE
DEOGEE4mo ago
Were you able to find it @finley
nerdylive
nerdylive4mo ago
@Madiator2011 (Work)
yhlong00000
yhlong000004mo ago
You can use below graphql query to get it.
query getMyVolumes {
myself {
id
networkVolumes {
id
size
name
dataCenter {
id
name
}
}
}
}
query getMyVolumes {
myself {
id
networkVolumes {
id
size
name
dataCenter {
id
name
}
}
}
}

Did you find this page helpful?