Optionaloptions: RequestOptions<unknown>Get the details of a previously created Blueprint including the build status.
Optionaloptions: RequestOptions<unknown>Wait for a blueprint to complete building. Polls the blueprint status until it reaches building_complete state or fails with an error.
Optionaloptions: RequestOptions<unknown> & { polling?: Partial<PollingOptions<BlueprintView>> }Create a blueprint and wait for it to complete building. This is a convenience method that combines create() and awaitBuildCompleted().
Optionaloptions: RequestOptions<unknown> & { polling?: Partial<PollingOptions<BlueprintView>> }List all Blueprints or filter by name.
Optionalquery: BlueprintListParamsOptionaloptions: RequestOptions<unknown>List all Blueprints or filter by name.
Optionaloptions: RequestOptions<unknown>Delete a previously created Blueprint. If a blueprint has dependent snapshots, it cannot be deleted. You can find them by querying: GET /v1/devboxes/disk_snapshots?source_blueprint_id={blueprint_id}.
Optionaloptions: RequestOptions<unknown>Starts build of custom defined container Blueprint using a RepositoryConnection Inspection as a source container specification.
Optionaloptions: RequestOptions<unknown>List all public Blueprints that are available to all users.
Optionalquery: BlueprintListPublicParamsOptionaloptions: RequestOptions<unknown>List all public Blueprints that are available to all users.
Optionaloptions: RequestOptions<unknown>Get all logs from the building of a Blueprint.
Optionaloptions: RequestOptions<unknown>Preview building a Blueprint with the specified configuration. You can take the resulting Dockerfile and test out your build using any local docker tooling.
Optionaloptions: RequestOptions<unknown>
Starts build of custom defined container Blueprint. The Blueprint will begin in the 'provisioning' step and transition to the 'building' step once it is selected off the build queue., Upon build complete it will transition to 'building_complete' if the build is successful.