> For the complete documentation index, see [llms.txt](https://doc.wearepatchworks.com/product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.wearepatchworks.com/product-documentation/blueprints/working-with-private-blueprints/deleting-a-blueprint-version.md).

# Deleting a blueprint version

## Introduction

Each time a blueprint is updated and published, a new version is created. Over time, you may wish to remove older versions, particularly if the number of versions is approaching [the maximum of ten](/product-documentation/blueprints/working-with-private-blueprints/about-blueprint-versions.md).

## Need to know

* Deleting a blueprint version does not affect any existing installations of that version.
* When a blueprint version is deleted, existing version numbers are unchanged, and the deleted version number is never reused.
* You cannot delete the `active` version; in this scenario, you would need to [change the active version](/product-documentation/blueprints/working-with-private-blueprints/changing-the-active-version-for-a-private-blueprint.md) first.

## The steps

{% stepper %}
{% step %}
**Log in to your own company profile**

Log in to the dashboard and (if you're managing multiple company profiles) ensure that you've [switched to your own profile](/product-documentation/company-management/multi-company-profiles/switching-in-and-out-of-a-linked-company.md).
{% endstep %}

{% step %}
**Access private blueprints**

Select `marketplace` from the left-hand navigation menu, then select `blueprints` and `private` tabs. Here you will see any blueprints that have been built by users associated with your company profile.
{% endstep %}

{% step %}
**Access the manifest for the required blueprint**

Click the blueprint tile that you want to manage. For example:

<figure><img src="/files/OaGapMosseWVLXuQaQxS" alt=""><figcaption></figcaption></figure>

The [blueprint manifest](/product-documentation/blueprints/working-with-private-blueprints/building-a-private-blueprint.md) is displayed with the currently `active` version is displayed by default - for example:

<figure><img src="/files/hydzaRA0bwgKOvaK7AKL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Switch to the version you want to delete**

Click in the `version` field and select the version that you want to delete. For example:

<div align="left"><figure><img src="/files/mQUwrkSvPWJVFGar7g9P" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Select the delete option**

Click the `delete version` button to the right of the version number. For example:

<div align="left"><figure><img src="/files/GHV3mJAPivMpTO7O0m1K" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
The `delete` option is not displayed when the `active` version is selected. For more information, please refer to [About blueprint versions](/product-documentation/blueprints/working-with-private-blueprints/about-blueprint-versions.md).
{% endhint %}
{% endstep %}

{% step %}
**Confirm this action**

When prompted, confirm that you want to proceed with the delete action. For example:

<div align="left"><figure><img src="/files/5YkjNZRPNCumGz4gbhMN" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.wearepatchworks.com/product-documentation/blueprints/working-with-private-blueprints/deleting-a-blueprint-version.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
