get-template
Retrieve a specific pod template from the RunPod API using its unique identifier to access configuration details for pod deployment.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
templateId | Yes | ID of the template to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"templateId": {
"description": "ID of the template to retrieve",
"type": "string"
}
},
"required": [
"templateId"
],
"type": "object"
}