- URL:https://<cache-url>/clear
- Required Capability:Default administrator role | Security and Infrastructure
- Version Introduced:10.1
Description
This operation clears the cache on all REST handlers in the system. While the server typically manages the REST cache for you, use this operation to get explicit control over the cache.
Note:
Invoking this operation will cause REST handlers to be restarted on all server machines.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json| pjson |
Example usage
Below is a sample request URL for clear:
https://machine.domain.com/webadaptor/admin/handlers/rest/cache/clear?f=json
JSON Response example
{"status": "success"}