Start maintenance mode

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

Starts maintenance mode of instances belonging to a Deployment 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.