Skip to content

Commit d7bdcb7

Browse files
jrvb-rlclaude
andauthored
feat(devbox): add provisioning_tier (flex) to LaunchParameters (alpha) (#796)
Co-authored-by: Reflex <noreply@anthropic.com>
1 parent 8671843 commit d7bdcb7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/resources/shared.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,12 @@ export interface LaunchParameters {
284284
*/
285285
network_policy_id?: string | null;
286286

287+
/**
288+
* (Optional, Alpha) standard is default and flex is lazily provisioned and may be
289+
* pre-empted. This is an alpha feature and its behavior may change without notice.
290+
*/
291+
provisioning_tier?: 'standard' | 'flex' | null;
292+
287293
/**
288294
* A list of ContainerizedService names to be started when a Devbox is created. A
289295
* valid ContainerizedService must be specified in Blueprint to be started.

0 commit comments

Comments
 (0)