Skip To Content
ArcGIS Developer
Dashboard

Refresh (Feature Service)

Description

The refresh operation refreshes a service, which clears the web server cache for the service.

Parameters

ParameterDetails
f

Description: The response format. The default response format is html.

Values: html | json | pjson

Example usage

Example 1: Refresh a service named WorldService:

https://sampleserver10.arcgisonline.com/arcgis/rest/admin/services/WorldService/FeatureServer/refresh

JSON Response syntax


             {
  "success" : "<true | false>"
}

JSON Response example


            {
  "success" : true
}