Delete Site

URL:
https://<admin-root>/deleteSite
Methods:
POST
Required Capability:
Administrator

Description

Deletes the site configuration and releases all server resources. This is an unrecoverable operation. This operation is well suited for development or test servers that need to be cleaned up regularly. It can also be performed prior to uninstall. Use caution with this option because it deletes all services, settings, and other configurations.

This operation performs the following tasks:

  • Stops all server machines participating in the site. This in turn stops all GIS services hosted on the server machines.

  • All services and cluster configurations are deleted.

  • All server machines are unregistered from the site.

  • All server machines are unregistered from the site.

  • The configuration store is deleted.

Request parameters

ParameterDescription

f

The response format. The default response format is html .

Values: html | json

Example usage

Below is a sample POST request for deleteSite :

1
2
3
4
5
6
POST /arcgis/admin/deleteSite HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

f=json

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close