delete-network-volume
Remove a network volume from the RunPod MCP Server by specifying its ID to free up storage resources and manage cloud infrastructure.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
networkVolumeId | Yes | ID of the network volume to delete |
Input Schema (JSON Schema)
{
"properties": {
"networkVolumeId": {
"description": "ID of the network volume to delete",
"type": "string"
}
},
"required": [
"networkVolumeId"
],
"type": "object"
}