> For the complete documentation index, see [llms.txt](https://docs.nuvolos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvolos.com/how-to-guides/common-workflows/object-distribution/recalling-files.md).

# Recalling files

If a file, folder, table or even application is accidentally distributed, S**pace Administrators** can remove it from other instances.

### Recalling from the Master instance

{% stepper %}
{% step %}
Navigate to the space containing the instance you distributed from.
{% endstep %}

{% step %}
Navigate to the Master instance.
{% endstep %}

{% step %}
On the sidebar, click Files and locate the file or folder you want to recall.
{% endstep %}

{% step %}
Click ... in the Actions column of the object list.
{% endstep %}

{% step %}
Select **DELETE FOR OTHERS** to delete the file from all instances except the Master, or **DELETE FOR ALL** to delete it from all instances including the Master.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**DELETE FOR ALL** only affects the current state of each instance. Existing snapshots are not modified - the object remains available in any snapshot taken before the deletion. This also means the storage hold is only released once all containing snapshots are also removed from the system.
{% endhint %}

### Recalling from the Distributed or student instances

{% stepper %}
{% step %}
Navigate to the space.
{% endstep %}

{% step %}
Navigate to the **Distributed instance** (or the relevant student instance).
{% endstep %}

{% step %}
On the sidebar, click **Files** and locate the file or folder you want to recall.
{% endstep %}

{% step %}
Click ... in the Actions column of the object list.
{% endstep %}

{% step %}
Select **Delete for students** to remove the file from all current and future student instances. This creates a new snapshot in the Distributed instance with the selected files removed.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
To recall accidentally distributed files, trigger the **DELETE FOR OTHERS/DELETE FOR STUDENTS** action **after** the distribution has finished. Otherwise, the deletion task might execute before the distribution task and have no effect.
{% endhint %}


---

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

```
GET https://docs.nuvolos.com/how-to-guides/common-workflows/object-distribution/recalling-files.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.
