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

# Clear pages

There are 4 ways to clear a page from the cache:

-   Topbar clear cache menu (clear all)
-   Context menu in page tree (left/right-click)
-   Button bar in doc header within Page/List/View modules
-   Page/Content update hook

> [!NOTE]
> Apart from the topbar clear cache menu, the page clear cache options clear a single page only
> and are non-recursive.

## Topbar clear cache menu

![Screenshot of main cache menu showing Myra Clear cache option](../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 page tree

![Screenshot of the page context menu showing Myra Clear Cache option](../img/page_context.png)

This will clear the selected page only (no child pages). The option will not clear file resources.

## Button bar

![Screenshot of the page buttonbar showing Myra Clear Cache option](../img/page_buttonbar.png)

This will clear the current page only (no child pages). The option will not clear file resources.

### See also

[AutoClear on page / content changes](../Reference/AutoClear-Hooks.html#page-update-hook)
