get-network-volume
Retrieve details of a specific network volume from the RunPod platform using its unique ID to access configuration and status information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
networkVolumeId | Yes | ID of the network volume to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"networkVolumeId": {
"description": "ID of the network volume to retrieve",
"type": "string"
}
},
"required": [
"networkVolumeId"
],
"type": "object"
}