update-pod
Modify an existing RunPod pod's configuration including its name, Docker image, disk and volume sizes, ports, environment variables, and volume mount path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| podId | Yes | ID of the pod to update | |
| name | No | New name for the pod | |
| imageName | No | New Docker image | |
| containerDiskInGb | No | New container disk size in GB | |
| volumeInGb | No | New volume size in GB | |
| volumeMountPath | No | New path to mount the volume | |
| ports | No | New ports to expose | |
| env | No | New environment variables |