Shutdown Deployment Elasticsearch Resource
POST {{baseUrl}}/deployments/:deployment_id/elasticsearch/:ref_id/_shutdown?hide=false&skip_snapshot=false
Shutdown Elasticsearch Resource belonging to a given Deployment.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
hide | boolean | Hide cluster on shutdown. Hidden clusters are not listed by default. Only applicable for Platform administrators. | |
skip_snapshot | boolean | If true, will skip taking a snapshot of the cluster before shutting the cluster down (if even possible). |
RESPONSES
status: OK
""