Logo
Elasticsearch API Documentation

Restores a shutdown Deployment

POST {{baseUrl}}/deployments/:deployment_id/_restore?restore_snapshot=false

Restores all resources in a Deployment.

 

Body PARAM

Key Datatype Required Description 
restore_snapshot
boolean Whether or not to restore a snapshot for those resources that allow it.



HEADERS

Key Datatype Required Description 




RESPONSES

status OK





Curl
curl -X POST 'https://api.elastic-cloud.com/api/v1//deployments/:deployment_id/_restore?restore_snapshot=false?restore_snapshot=false'

ENDPOINTS