@@ -86,6 +86,7 @@ scw container container create [arg=value ...]
8686| health-check.failure-threshold | | Number of consecutive health check failures before considering the container unhealthy. |
8787| health-check.interval | | Period between health checks. |
8888| tags.{index} | | Tags of the Serverless Container |
89+ | private-network-id | | |
8990| deploy | Default: ` true ` | Deploy container after creation |
9091| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
9192
@@ -216,6 +217,7 @@ scw container container update <container-id ...> [arg=value ...]
216217| health-check.failure-threshold | | Number of consecutive health check failures before considering the container unhealthy. |
217218| health-check.interval | | Period between health checks. |
218219| tags.{index} | | Tags of the Serverless Container |
220+ | private-network-id | | |
219221| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
220222
221223
@@ -477,6 +479,7 @@ scw container namespace create [arg=value ...]
477479| secret-environment-variables.{index}.key | | |
478480| secret-environment-variables.{index}.value | | |
479481| tags.{index} | | Tags of the Serverless Container Namespace |
482+ | activate-vpc-integration | | |
480483| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
481484
482485
0 commit comments