@@ -190,11 +190,12 @@ def create(
190190 ) -> DevboxView :
191191 """Create a Devbox and begin the boot process.
192192
193- The Devbox will initially launch in
194- the 'provisioning' state while Runloop allocates the necessary infrastructure.
195- It will transition to the 'initializing' state while the booted Devbox runs any
196- Runloop or user defined set up scripts. Finally, the Devbox will transition to
197- the 'running' state when it is ready for use.
193+ Standard Devboxes initially report
194+ the 'provisioning' state. FLEX Devboxes initially report the 'queued' state
195+ while waiting for infrastructure allocation, then transition to 'provisioning'
196+ once assigned to a node. The Devbox transitions to 'initializing' while the
197+ booted Devbox runs Runloop or user-defined setup scripts, then to 'running' when
198+ it is ready for use.
198199
199200 Args:
200201 blueprint_id: Blueprint ID to use for the Devbox. If none set, the Devbox will be created with
@@ -1890,11 +1891,12 @@ async def create(
18901891 ) -> DevboxView :
18911892 """Create a Devbox and begin the boot process.
18921893
1893- The Devbox will initially launch in
1894- the 'provisioning' state while Runloop allocates the necessary infrastructure.
1895- It will transition to the 'initializing' state while the booted Devbox runs any
1896- Runloop or user defined set up scripts. Finally, the Devbox will transition to
1897- the 'running' state when it is ready for use.
1894+ Standard Devboxes initially report
1895+ the 'provisioning' state. FLEX Devboxes initially report the 'queued' state
1896+ while waiting for infrastructure allocation, then transition to 'provisioning'
1897+ once assigned to a node. The Devbox transitions to 'initializing' while the
1898+ booted Devbox runs Runloop or user-defined setup scripts, then to 'running' when
1899+ it is ready for use.
18981900
18991901 Args:
19001902 blueprint_id: Blueprint ID to use for the Devbox. If none set, the Devbox will be created with
0 commit comments