- URL:
- https://<cluster-url>/delete
- Methods:
POST
- Required Capability:
- Administrator
- Version Introduced:
- 10.1
Description
This operation deletes a cluster's configuration. All the server machines in the cluster will be stopped and returned to the pool of registered machines. The GIS services that were deployed on the cluster are also stopped. Deleting a cluster does not delete your GIS services.
Request parameters
Parameter | Details |
---|---|
| The response format. The default response format is Values: |
Example usage
Below is a sample POST request for delete
:
POST /webadaptor/admin/clusters/MapsCluster/delete HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
f=json
JSON Response example
{"status": "success"}