Skip to content

Commit c806786

Browse files
committed
docs(devbox): note provisioning_tier is optional and alpha
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8b1debc commit c806786

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/resources/shared.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ export interface LaunchParameters {
285285
network_policy_id?: string | null;
286286

287287
/**
288-
* (Alpha) standard is default and flex is lazily provisioned and may be pre-empted.
289-
* This is an alpha feature and its behavior may change without notice.
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.
290290
*/
291291
provisioning_tier?: 'standard' | 'flex' | null;
292292

0 commit comments

Comments
 (0)