update-template
Modify an existing RunPod template by updating its name, Docker image, exposed ports, environment variables, or documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | New environment variables | |
| imageName | No | New Docker image | |
| name | No | New name for the template | |
| ports | No | New ports to expose | |
| readme | No | New README content in markdown format | |
| templateId | Yes | ID of the template to update |