Databases
Remote MySQL Databases

Start remote MySQL profile activation

This function initiates the activation process for a remote MySQL® profile.

get/remote_mysql_initiate_profile_activation

Query parameters

namestring required
Example:MyProfile

The profile's name.

Response

HTTP Request was successful.

Example response

{
  "data": {
    "activation_job_started": 8093
  },
  "metadata": {
    "command": "remote_mysql_initiate_profile_activation",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.