R
RunPod6mo ago
finley

How do I find my network volume with runpodctl?

How do I find my network volume with runpodctl?
3 Replies
DEOGEE
DEOGEE6mo ago
Were you able to find it @finley
Jason
Jason6mo ago
@Madiator2011 (Work)
yhlong00000
yhlong000006mo 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?