Skip to main content
Glama

RunPod MCP Server

by runpod
MIT License
21
  • Apple
  • Linux

update-endpoint

Modify RunPod endpoint configurations including worker scaling, idle timeout, and scaling behavior to optimize resource allocation and performance.

Input Schema

NameRequiredDescriptionDefault
endpointIdYesID of the endpoint to update
idleTimeoutNoNew idle timeout in seconds
nameNoNew name for the endpoint
scalerTypeNoScaler type
scalerValueNoScaler value
workersMaxNoNew maximum number of workers
workersMinNoNew minimum number of workers

Input Schema (JSON Schema)

{ "properties": { "endpointId": { "description": "ID of the endpoint to update", "type": "string" }, "idleTimeout": { "description": "New idle timeout in seconds", "type": "number" }, "name": { "description": "New name for the endpoint", "type": "string" }, "scalerType": { "description": "Scaler type", "enum": [ "QUEUE_DELAY", "REQUEST_COUNT" ], "type": "string" }, "scalerValue": { "description": "Scaler value", "type": "number" }, "workersMax": { "description": "New maximum number of workers", "type": "number" }, "workersMin": { "description": "New minimum number of workers", "type": "number" } }, "required": [ "endpointId" ], "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