FRAMES | NO FRAMES Description | Properties | Example
URL:http://server:port/arcgis/admin/services/renameService
HTTP Method:POST
Parent Resource: Services/Root Folder
Required Privileges:Publisher

Description

The rename service operation can be used to change the name of a published GIS service in a particular folder. However, you cannot use this operation to move a service from one folder to another or change the type of the service. The service will also be unavailable while the operation completes and you must check the permissions on the renamed service.

Properties

Name Description
serviceName The original name of the service.
serviceType The original type of the service. You cannot change the type of the service.
serviceNewName The new name of the service that has not been previously assigned to another service.
f The response format. The default response format is html.
Values: html | json

Example

	http://server:port/arcgis/admin/services/renameService
	serviceName=SampleWorldCities
	serviceType=MapServer
	serviceNewName=WorldCities