R
Runpod12mo ago
finley

How do I find my network volume with runpodctl?

How do I find my network volume with runpodctl?
3 Replies
DEOGEE
DEOGEE12mo ago
Were you able to find it @finley
Unknown User
Unknown User12mo ago
Message Not Public
Sign In & Join Server To View
yhlong00000
yhlong0000011mo 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?