Skip to main content
Glama

RunPod MCP Server

by runpod
MIT License
21
  • Apple
  • Linux

stop-pod

Stop a running pod on RunPod by providing its ID, allowing you to manage compute resources and control costs when the pod is no longer needed.

Input Schema

NameRequiredDescriptionDefault
podIdYesID of the pod to stop

Input Schema (JSON Schema)

{ "properties": { "podId": { "description": "ID of the pod to stop", "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