| FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
| URL |
http://<adminservicecatalog-url>/<serviceName>.FeatureServer/refresh |
|---|---|
| Parent Resource | Service |
The refresh operation refreshes a service, which clears the web server cache for the service.
| Parameter | Details |
|---|---|
| f |
Description: The response format. The default
response format is html. Values: html | json | pjson |
Example 1: Refresh a service named "WorldService":
http://sampleserver10.arcgisonline.com/arcgis/admin/services/WorldService.FeatureServer/refresh
{
"success" : "<true | false>"
}
{
"success" : true
}