start-pod
Start a RunPod compute pod by providing its ID to resume execution of AI workloads and applications.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
podId | Yes | ID of the pod to start |
Input Schema (JSON Schema)
{
"properties": {
"podId": {
"description": "ID of the pod to start",
"type": "string"
}
},
"required": [
"podId"
],
"type": "object"
}