@@ -166,7 +166,7 @@ def update(
166166 description: Description is an optional human-readable description of your deployment
167167
168168 environment_variables: EnvironmentVariables is a list of environment variables to set in the container.
169- This will replace all existing environment variables
169+ Replaces all existing environment variables.
170170
171171 gpu_count: GPUCount is the number of GPUs to allocate per container instance
172172
@@ -196,8 +196,8 @@ def update(
196196 termination_grace_period_seconds: TerminationGracePeriodSeconds is the time in seconds to wait for graceful
197197 shutdown before forcefully terminating the replica
198198
199- volumes: Volumes is a list of volume mounts to attach to the container. This will replace
200- all existing volumes
199+ volumes: Volumes is a list of volume mounts to attach to the container. Replaces all
200+ existing volumes.
201201
202202 extra_headers: Send extra headers
203203
@@ -320,10 +320,10 @@ def deploy(
320320 if not specified
321321
322322 health_check_path: HealthCheckPath is the HTTP path for health checks (e.g., "/health"). If set,
323- the platform will check this endpoint to determine container health
323+ the platform checks this endpoint to determine container health.
324324
325- max_replicas: MaxReplicas is the maximum number of container instances that can be scaled up
326- to. If not set, will be set to MinReplicas
325+ max_replicas: MaxReplicas is the maximum number of container instances. Defaults to
326+ MinReplicas if not set.
327327
328328 memory: Memory is the amount of RAM to allocate per container instance in GiB (e.g., 0.5
329329 = 512MiB)
@@ -576,7 +576,7 @@ async def update(
576576 description: Description is an optional human-readable description of your deployment
577577
578578 environment_variables: EnvironmentVariables is a list of environment variables to set in the container.
579- This will replace all existing environment variables
579+ Replaces all existing environment variables.
580580
581581 gpu_count: GPUCount is the number of GPUs to allocate per container instance
582582
@@ -606,8 +606,8 @@ async def update(
606606 termination_grace_period_seconds: TerminationGracePeriodSeconds is the time in seconds to wait for graceful
607607 shutdown before forcefully terminating the replica
608608
609- volumes: Volumes is a list of volume mounts to attach to the container. This will replace
610- all existing volumes
609+ volumes: Volumes is a list of volume mounts to attach to the container. Replaces all
610+ existing volumes.
611611
612612 extra_headers: Send extra headers
613613
@@ -730,10 +730,10 @@ async def deploy(
730730 if not specified
731731
732732 health_check_path: HealthCheckPath is the HTTP path for health checks (e.g., "/health"). If set,
733- the platform will check this endpoint to determine container health
733+ the platform checks this endpoint to determine container health.
734734
735- max_replicas: MaxReplicas is the maximum number of container instances that can be scaled up
736- to. If not set, will be set to MinReplicas
735+ max_replicas: MaxReplicas is the maximum number of container instances. Defaults to
736+ MinReplicas if not set.
737737
738738 memory: Memory is the amount of RAM to allocate per container instance in GiB (e.g., 0.5
739739 = 512MiB)
0 commit comments