delete-template
Remove unused or obsolete templates from your RunPod server by specifying the template ID, helping maintain a clean and organized template library.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
templateId | Yes | ID of the template to delete |
Input Schema (JSON Schema)
{
"properties": {
"templateId": {
"description": "ID of the template to delete",
"type": "string"
}
},
"required": [
"templateId"
],
"type": "object"
}