• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

PLESK8 API Bug?

T

Traged1

Guest
According to the documnetation for CU & API:
/usr/local/psa/admin/plib/api-cli/domain.php --help

--on <domain_name> enables domain
--off <domain_name> disables domain

However, we try this on the command line

/usr/local/psa/admin/plib/api-cli/domain.php --off domainname.com

and it does not enable or disable the domain.

Is this a bug or am I missing something?
 
I just send in a bug report, so when the SWSoft techs respond, I will post.
 
Well, the techs don't understand exactly what I am talking about, they told me to use domain.sh instead of domain.php which is really just a symlink to the domain.php file, so that did not help.

As a work around I found the new syntax:

/usr/local/psa/admin/plib/api-cli/domain.php --update domain.com -status disabled

Hopefully this will help you third parties out there?
 
Back
Top