containerDiskInGb | Integer | Size of the container disk in GB. Used for the operating system, installed applications, and temporary data. |
volumeInGb | Integer | Size of the persistent volume in GB. Data persists between Pod restarts. |
imageName | String | Docker image name including repository and tag (e.g., nginx:latest). |
name | String | Name for the resource. Must be unique within your account. |
dockerArgs | String | Overrides the container’s default start command. If not specified, uses the image’s CMD. |
env | Array | Environment variables as key-value pairs (e.g., [{key: "VAR", value: "value"}]). |
ports | String | Ports to expose, formatted as port/protocol (e.g., 8888/http,22/tcp). |
gpuTypeId | String | GPU type identifier (e.g., NVIDIA RTX A6000). Use the gpuTypes query to list available options. |
gpuCount | Integer | Number of GPUs to allocate. |
containerRegistryAuthId | String | ID of saved registry credentials for private container images. Find this in your Runpod settings. |