update-pod
Update a RunPod pod's mutable settings such as name, image, disk, volume, ports, and environment variables by specifying only the fields to change.
Instructions
Update a pod's mutable fields (name, image, container disk, volume, ports, env). Only the fields you provide change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | New environment variables | |
| name | No | New name for the pod | |
| podId | Yes | ID of the pod to update | |
| ports | No | New ports to expose | |
| imageName | No | New Docker image | |
| volumeInGb | No | New volume size in GB | |
| volumeMountPath | No | New path to mount the volume | |
| containerDiskInGb | No | New container disk size in GB |