update-template
Update an existing RunPod template's configuration, including its name, Docker image, exposed ports, environment variables, and README content. Provide the template ID to modify its settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| templateId | Yes | ID of the template to update | |
| name | No | New name for the template | |
| imageName | No | New Docker image | |
| ports | No | New ports to expose | |
| env | No | New environment variables | |
| readme | No | New README content in markdown format |