Logo
Elasticsearch API Documentation

Shuts down Deployment

POST {{baseUrl}}/deployments/:deployment_id/_shutdown?hide=true&skip_snapshot=false

Shuts down all resources in a Deployment.

 

Body PARAM

Key Datatype Required Description 
hide
boolean Whether or not to hide the deployment and its resources.Only applicable for Platform administrators.
skip_snapshot
boolean Whether or not to skip snapshots before shutting down the resources



HEADERS

Key Datatype Required Description 




RESPONSES

status OK





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

ENDPOINTS