# Make allocation Immutable

Modifying an allocation to be immutable within Blimp will effectively deactivate all CRUD (Create, Read, Update, and Delete) operations for that allocation, with the exception of upload and read functionalities.\
\
1\. To proceed, navigate to the Blimp [website](https://blimp.software/) and choose the allocation of your preference, such as Multi-Cloud Storage, S3 Server, or Cloud Migration.

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

2. Next, locate the three-dot menu icon associated with your chosen allocation. You can easily spot this icon. For reference it is enclosed within a black box in the screenshot below:

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

3. Click on the option labeled "Make Allocation immutable".

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

4. Blimp will then prompt you to confirm this selection, restricting operations solely to uploads and reads for the chosen allocation. Go ahead and click "Confirm."

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

5. As a result, the allocation's file operations type will be updated to "Upload Only" within the allocation settings.

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


---

# Agent Instructions: 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:

```
GET https://docs-old.zus.network/products/blimp/manage-allocations/make-allocation-immutable.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
