Logo
Elasticsearch API Documentation

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.

 

Body PARAM

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).



HEADERS

Key Datatype Required Description 




RESPONSES

status OK





Curl
curl -X POST 'https://api.elastic-cloud.com/api/v1//deployments/:deployment_id/elasticsearch/:ref_id/_shutdown?hide=false&skip_snapshot=false?hide=false&skip_snapshot=false'

ENDPOINTS