Skip To Content
ArcGIS Developer
Dashboard

Clear Rest Cache

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

ParameterDetails
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"}