create-template
Create a RunPod template to define container configurations for GPU workloads, including Docker images, environment variables, ports, and storage settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| containerDiskInGb | No | Container disk size in GB | |
| dockerEntrypoint | No | Docker entrypoint commands | |
| dockerStartCmd | No | Docker start commands | |
| env | No | Environment variables | |
| imageName | Yes | Docker image to use | |
| isServerless | No | Is this a serverless template | |
| name | Yes | Name for the template | |
| ports | No | Ports to expose | |
| readme | No | README content in markdown format | |
| volumeInGb | No | Volume size in GB | |
| volumeMountPath | No | Path to mount the volume |