You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Container registry authentication ID for pulling private images. Use [`runpodctl registry list`](/runpodctl/reference/runpodctl-registry) to see available registry credentials.
181
+
</ResponseField>
182
+
183
+
<ResponseFieldname="--country-code"type="string">
184
+
Country code for regional deployment (e.g., `US`, `CA`, `EU`). Restricts Pod placement to machines in the specified region.
185
+
</ResponseField>
186
+
187
+
<ResponseFieldname="--stop-after"type="string">
188
+
Automatically stop the Pod after the specified duration (e.g., `1h`, `24h`, `7d`).
Autoscaler type (`QUEUE_DELAY` or `REQUEST_COUNT`). `QUEUE_DELAY` scales based on queue wait time; `REQUEST_COUNT` scales based on concurrent requests.
135
+
</ResponseField>
136
+
137
+
<ResponseFieldname="--scaler-value"type="int">
138
+
Scaler threshold value. For `QUEUE_DELAY`, this is the target delay in seconds. For `REQUEST_COUNT`, this is the number of concurrent requests per worker before scaling.
139
+
</ResponseField>
140
+
141
+
<ResponseFieldname="--idle-timeout"type="int">
142
+
Idle timeout in seconds. Workers shut down after being idle for this duration. Valid range: 5-3600 seconds.
143
+
</ResponseField>
144
+
145
+
<ResponseFieldname="--flash-boot"type="bool">
146
+
Enable or disable flash boot for faster worker startup. When enabled, workers start from cached container images.
0 commit comments