create-pod
Deploys a GPU-enabled container pod on RunPod infrastructure by specifying Docker image, GPU requirements, storage, and network settings to run compute workloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cloudType | No | SECURE or COMMUNITY cloud | |
| containerDiskInGb | No | Container disk size in GB | |
| dataCenterIds | No | List of data centers | |
| env | No | Environment variables | |
| gpuCount | No | Number of GPUs | |
| gpuTypeIds | No | List of acceptable GPU types | |
| imageName | Yes | Docker image to use | |
| name | No | Name for the pod | |
| ports | No | Ports to expose (e.g., '8888/http', '22/tcp') | |
| volumeInGb | No | Volume size in GB | |
| volumeMountPath | No | Path to mount the volume |