Manage Purge
Perform, monitor, and verify purge operations directly from the Medianova Control Panel to ensure updated or corrected content is instantly served to your users.
You can manage Purge operations in the Medianova Control Panel or via API.
Log in to the Medianova Control Panel, select a CDN Resource in the CDN section, and navigate to the Purge tab.
Purge Cached Files
Purge instantly removes cached files from all Medianova edge locations. This is useful when your updated content is not yet reflected or when you want to remove outdated assets.
Use Wildcards
You can use the *
symbol to purge multiple files within a directory.
Examples:
/images/*
— removes all files and subdirectories inside/images/
/images/im*
— removes files starting with “im”Wildcard purge requires enabling the Wildcard Purge Suffix option in Purge Settings
View Purge Logs
All recent purge operations are listed in the Purge Log table below. Use this view to track the status of your requests.
Status
Shows whether the purge is Running, Successful, or Failed.
Task ID
A unique identifier for each purge operation.
File Type
Type of purge — Single, Wildcard, or Full Resource.
Created At
Time the purge was initiated.
URLs
Number of URLs affected.
Running / Successful / Failed
Summary of the operation result.
Troubleshooting
Purge failed
Path syntax incorrect or file does not exist.
Verify path and retry.
Wildcard not working
Wildcard purge disabled.
Enable in Purge Settings.
Slow purge completion
Global cache propagation still in progress.
Wait 1–2 minutes and refresh log.
Partial success
Some nodes may have timed out.
Retry failed paths only.
Last updated
Was this helpful?