Stop maintenance mode

POST {{baseUrl}}/deployments/:deployment_id/:resource_kind/:ref_id/instances/:instance_ids/maintenance-mode/_stop?ignore_missing=false

Stops maintenance mode of instances belonging to a Resource.

Request Params

KeyDatatypeRequiredDescription
ignore_missingbooleanIf true and the instance does not exist then quietly proceed to the next instance, otherwise treated as an error.