# DBaaS Service Maintenance

Automatic maintenance settings

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `dow` | string | **yes** | Day of week for installing updates<br/><br/>Allowed values: `saturday`, `tuesday`, `never`, `wednesday`, `sunday`, `friday`, `monday`, `thursday`. |
| `time` | string | **yes** | Time for installing updates, UTC<br/><br/>Min length: `8`. Max length: `8`. |
| `updates` | array of [Update waiting to be installed](/reference/api/_schemas/dbaas-service-update/) | **yes** | List of updates waiting to be installed |

