Blueprint Lifecycle
Get a Blueprint.
Get the details of a previously created Blueprint including the build status.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Blueprint
Response
200 - application/json
OK
Blueprints are ways to create customized starting points for Devboxes. They allow you to define custom starting points for Devboxes such that environment set up can be cached to improve Devbox boot times.
The id of the Blueprint.
The name of the Blueprint.
The status of the Blueprint build.
Available options:
provisioning
, building
, failed
, build_complete
The state of the Blueprint.
Available options:
created
, deleted
Creation time of the Blueprint (Unix timestamp milliseconds).
The parameters used to create Blueprint.
The failure reason if the Blueprint build failed, if any.
Available options:
out_of_memory
, out_of_disk
, build_failed
Was this page helpful?