Skip to main content
Glama

RunPod MCP Server

by runpod
MIT License
21
  • Apple
  • Linux

update-pod

Modify an existing RunPod pod by updating its configuration, including Docker image, disk size, environment variables, ports, and volume settings.

Input Schema

NameRequiredDescriptionDefault
containerDiskInGbNoNew container disk size in GB
envNoNew environment variables
imageNameNoNew Docker image
nameNoNew name for the pod
podIdYesID of the pod to update
portsNoNew ports to expose
volumeInGbNoNew volume size in GB
volumeMountPathNoNew path to mount the volume

Input Schema (JSON Schema)

{ "properties": { "containerDiskInGb": { "description": "New container disk size in GB", "type": "number" }, "env": { "additionalProperties": { "type": "string" }, "description": "New environment variables", "type": "object" }, "imageName": { "description": "New Docker image", "type": "string" }, "name": { "description": "New name for the pod", "type": "string" }, "podId": { "description": "ID of the pod to update", "type": "string" }, "ports": { "description": "New ports to expose", "items": { "type": "string" }, "type": "array" }, "volumeInGb": { "description": "New volume size in GB", "type": "number" }, "volumeMountPath": { "description": "New path to mount the volume", "type": "string" } }, "required": [ "podId" ], "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