• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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