Skip to main content
Glama

RunPod MCP Server

by runpod
MIT License
21
  • Apple
  • Linux

update-network-volume

Modify network volume properties such as name and storage capacity within the RunPod MCP Server environment. Change volume size or rename existing volumes to meet evolving storage requirements.

Input Schema

NameRequiredDescriptionDefault
nameNoNew name for the network volume
networkVolumeIdYesID of the network volume to update
sizeNoNew size in GB (must be larger than current)

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "New name for the network volume", "type": "string" }, "networkVolumeId": { "description": "ID of the network volume to update", "type": "string" }, "size": { "description": "New size in GB (must be larger than current)", "type": "number" } }, "required": [ "networkVolumeId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/runpod/runpod-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server