Update auto node removal policy

View as Markdown

Updates the customer’s “Auto remove machines” settings. When offlineThreshold is omitted the stored threshold is kept (disabling never clears it), so it is required only when enabling for the first time. The equivalent duration must be at least 1 day (whole numbers). An omitted enabled binds as false. Returns 204 No Content on success.

Request

Auto node removal policy update request
enabledbooleanRequired
offlineThresholdDaysintegerOptional>=1

Response

No Content - Node removal policy updated

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error
503
Service Unavailable Error