Logo
Elasticsearch API Documentation

deployments-{deployment id}-{resource kind}/{ref id}-instances

Number of APIs: 2


1. Start all instances

POST {{baseUrl}}/deployments/:deployment_id/:resource_kind/:ref_id/instances/_start

Starts all instances belonging to a Deployment Resource.



2. Stop all instances

POST {{baseUrl}}/deployments/:deployment_id/:resource_kind/:ref_id/instances/_stop

Stops all instances belonging to a Deployment Resource.



ENDPOINTS