Logo
Elasticsearch API Documentation

Restores a shutdown resource

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

Restores a shutdown resource belonging to a given 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/:resource_kind/:ref_id/_restore?restore_snapshot=false?restore_snapshot=false'

ENDPOINTS