# Update a DBaaS MySQL service **PUT /dbaas-mysql/{name}** Update a DBaaS MySQL service ## Servers - https://api-ch-gva-2.exoscale.com/v2: https://api-ch-gva-2.exoscale.com/v2 () ## Parameters ### Path parameters - **name** (string) ### Body: application/json (object) - **maintenance** (object) Automatic maintenance settings - **plan** (string) Subscription plan - **termination-protection** (boolean) Service is protected against termination and powering off - **ip-filter** (array[string]) Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' - **mysql-settings** (object) - **migration** (object) Migrate data from existing server - **binlog-retention-period** (integer(int64)) The minimum amount of time in seconds to keep binlog entries before deletion. This may be extended for services that require binlog entries for longer than the default for example if using the MySQL Debezium Kafka connector. - **backup-schedule** (object) ## Responses ### 200 200 #### Body: application/json (object) - **id** (string(uuid)) Operation ID - **reason** (string) Operation failure reason - **reference** (object) Related resource reference - **message** (string) Operation message - **state** (string) Operation status [Powered by Bump.sh](https://bump.sh)