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
Name | Required | Description | Default |
---|---|---|---|
podId | Yes | ID of the pod to stop |
Input Schema (JSON Schema)
{
"properties": {
"podId": {
"description": "ID of the pod to stop",
"type": "string"
}
},
"required": [
"podId"
],
"type": "object"
}