Stop instances
POST {{baseUrl}}/deployments/:deployment_id/:resource_kind/:ref_id/instances/:instance_ids/_stop?ignore_missing=false
Stops instances belonging to a Deployment Resource.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ignore_missing | boolean | If true and the instance does not exist then quietly proceed to the next instance, otherwise treated as an error. |