Optionalafter_Configure Devbox lifecycle based on idle activity. If after_idle is set, Devbox will ignore keep_alive_time_seconds.
OptionalarchitectureThe target architecture for the Devbox. If unset, defaults to x86_64.
Optionalavailable_A list of ports to make available on the Devbox. Only ports made available will be surfaced to create tunnels via the 'createTunnel' API.
Optionalcustom_Custom CPU cores. Must be 0.5, 1, or a multiple of 2. Max is 16.
Optionalcustom_Custom disk size in GiB. Must be a multiple of 2. Min is 2GiB, max is 64GiB.
Optionalcustom_Custom memory size in GiB. Must be 1 or a multiple of 2. Max is 64GiB.
Optionalkeep_Time in seconds after which Devbox will automatically shutdown. Default is 1 hour. Maximum is 48 hours (172800 seconds).
Optionallaunch_Set of commands to be run at launch time, before the entrypoint process is run.
Optionalnetwork_(Optional) ID of the network policy to apply to Devboxes launched with these parameters. When set on a Blueprint launch parameters, Devboxes created from it will inherit this policy unless explicitly overridden.
Optionalrequired_A list of ContainerizedService names to be started when a Devbox is created. A valid ContainerizedService must be specified in Blueprint to be started.
Optionalresource_Manual resource configuration for Devbox. If not set, defaults will be used.
Optionaluser_Specify the user for execution on Devbox. If not set, default user will be
used.
LaunchParameters enable you to customize the resources available to your Devbox as well as the environment set up that should be completed before the Devbox is marked as 'running'.