Skip to main content
Start with the Runloop Quickstart to use the examples below.

Launch Parameters

Because Blueprints map to images that launch devboxes, they share some of the same launch parameters as devboxes. See these pages for more customizable parameters:

Deleting Blueprints

By default, Blueprints persist indefinitely and continue to incur storage costs. To optimize resource usage and costs, you can delete Blueprints that are no longer needed.

Deleting a Single Blueprint

To delete a specific Blueprint, use its ID:

Cleaning Up Old Blueprint Versions

When you create multiple versions of a Blueprint with the same name, you may want to delete older versions to reduce storage costs. Here’s how to keep only the latest version:
Be careful when deleting Blueprints, as this action cannot be undone. Ensure you’re not deleting Blueprints that you may need later.

Managing Blueprints with the CLI

The CLI provides convenient commands for listing, deleting, and pruning blueprints:
The rli blueprint prune command is particularly useful for cleaning up old versions when you frequently rebuild blueprints with the same name.

Next Steps