# Disable AutoSSL for domain This function disables AutoSSL for a specific domain on an account. This function the list of any previously-excluded domains. To add a domain to the list of the user's excluded domains, use the function. Endpoint: GET /set_autossl_user_excluded_domains Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `username` (string, required) The cPanel user's account. Example: "example" - `domain` (string) Disable AutoSSL for this domain. If you do include this parameter, the system will AutoSSL for every domain on the account. To disable AutoSSL for multiple domains, duplicate or increment the parameter name. For example, to exclude three domains, you could: * Use the parameter multiple times. * Use the , , and parameters. Example: "cpcalendars.example.com" ## Response 200 fields (application/json): - `metadata` (object) - `metadata.command` (string) The method name called. Example: "set_autossl_user_excluded_domains" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * - Success. * - Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1