File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
scaleway-async/scaleway_async/container/v1beta1
scaleway/scaleway/container/v1beta1 Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -731,6 +731,9 @@ async def update_container(
731
731
"""
732
732
Update an existing container.
733
733
Update the container associated with the specified ID.
734
+
735
+ When updating a container, the container is automatically redeployed to apply the changes.
736
+ This behavior can be changed by setting the `redeploy` field to `false` in the request.
734
737
:param container_id: UUID of the container to update.
735
738
:param region: Region to target. If none is passed will use default region from the config.
736
739
:param environment_variables: Environment variables of the container.
Original file line number Diff line number Diff line change @@ -727,6 +727,9 @@ def update_container(
727
727
"""
728
728
Update an existing container.
729
729
Update the container associated with the specified ID.
730
+
731
+ When updating a container, the container is automatically redeployed to apply the changes.
732
+ This behavior can be changed by setting the `redeploy` field to `false` in the request.
730
733
:param container_id: UUID of the container to update.
731
734
:param region: Region to target. If none is passed will use default region from the config.
732
735
:param environment_variables: Environment variables of the container.
You can’t perform that action at this time.
0 commit comments