---
title: "Clear files"
manual: "Myra Cloud Connector"
version: "4.1"
source: "UserInterface/FileList.rst"
modified: "2026-09-16T08:29:39+00:00"
---

# Clear files

There are 4 ways to clear files from the cache:

-   Topbar clear cache menu (clear all)
-   Context menu in file tree (left/right-click)
-   Options menu in file list
-   File list update hook

> [!NOTE]
> The file tree clear cache commands on folders are recursive.

## Topbar clear cache menu

![The TYPO3 cache menu showing additional Myra cache options to delete all files or all pages.](../img/cacheMenu.png)

This option is admin-only by default. To allow for non-admin users, set user permissions accordingly.

If the menu option does not appear, check for missing Myra credentials and the setting of the feature flags:

-   [Admin only](../Configuration/Typo3Features.html#admin-only)
-   [Production only](../Configuration/Typo3Features.html#production-only)
-   [Domain blacklist](../Configuration/Typo3Features.html#domain-blacklist)

## Context menu in file tree

![View of File tree context menu showing Myra clear cache option](../img/context_filetree.png)

This will clear all files from the selected directory and all its subdirectories recursively.

## Options menu in file list

![Screenshot of the File list context menu showing Myra clear cache option](../img/context_filelist.png)

This will clear the selected file only.

### See also

[AutoClear on file replace](../Reference/AutoClear-Hooks.html#file-replace-hook)
