pem.disableDomain

This method is supported by Operations starting from version 2.3.

This method disables the specified Domain in Operations. It means that all Domain’s DNS Records (except SOA and NS) will be removed from configuration of Operations DNS Servers.

The method has the following input parameters:

Name

Type

Short Description

domain_id

int

The ID of the Domain to disable.

[domain_name]

string

Name of the Domain to disable. This parameter is optional. If it is specified, then domain_id parameter is ignored.

The method has no output parameters.

See also:

pem.enableDomain method