Start remote MySQL profile activation

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

SecurityBasicAuth
Request
query Parameters
name
required
string

The profile's name.

Example: name=MyProfile
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/remote_mysql_initiate_profile_activation
Request samples
whmapi1 --output=jsonpretty \
  remote_mysql_initiate_profile_activation \
  name='MyProfile'
Response samples
application/json
{
  • "data": {
    • "activation_job_started": 8093
    },
  • "metadata": {
    • "command": "remote_mysql_initiate_profile_activation",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}