# Start additional domain conversion This function initiates the conversion process for an addon domain into a cPanel account. For information about the data that the system migrates when you convert an addon domain, read our Addon Domain Conversion List documentation. When you disable the Web Server role, the system this function. Endpoint: GET /convert_addon_initiate_conversion Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `domain` (string, required) The addon domain to convert into an account's main domain. Example: "example.com" - `username` (string, required) The username for a specified account. Example: "username" - `copymysqldb-*` (string) Copy a MySQL® database from the source account to the new account with a new database name. This parameter's format consists of , a hyphen, and the name of the existing database. For example, . If you do specify this parameter, the system does copy any MySQL databases to the new account. - `movemysqldb` (string) Move the specified MySQL database from the source account to the new account. If you do specify this parameter, the system does move any MySQL databases to the new account. To move multiple databases, increment the parameter name. For example, , , and . - `movemysqluser` (string) Move the specified MySQL database user from the source account into the new MySQL database account. If you do specify this parameter, the system does move any MySQL database users to the new account. To move multiple database users, increment the parameter name. For example, , , and . - `pkgname` (string) The hosting package that you want to assign to the new account. Example: "mycustompkg" ## Response 200 fields (application/json): - `data` (object) - `metadata` (object) - `metadata.command` (string) The method name called. Example: "convert_addon_initiate_conversion" - `metadata.reason` (string) The reason the function failed when the field is . This field may include a success message when the function succeeds. Example: "OK" - `metadata.result` (integer) * — Success. * — Failed. Check the field for more details. Enum: 1, 0 - `metadata.version` (integer) The API version of the function. Example: 1