| FRAMES | NO FRAMES | Description | Parameters | Example |
| URL: | http://server:port/arcgis/admin/machines/rename |
|---|---|
| HTTP Method: | POST |
| Parent Resource: | Machines |
| Required Privileges: | Administrator |
You must use this operation if one of registered machines has undergone a name change. This operation updates any references to the former machine configuration.
By default, when the server is restarted, it is capable of indentifying a name change and repairing itself and all its references. This
operation is a manual call to handle the machine name change.
| Parameter | Description |
|---|---|
| machineName | The former name of the server machine that is registered with the site. |
| newMachineName | The new name of the server machine. |
| f | The response format. The default response format is html. Values: html | json |
http://server:port/arcgis/admin/machines/rename machineName=SERVER.DOMAIN.COM newMachineName=CHANGED.DOMAIN.COM