• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk API | Suspend - Unsuspend

Halil İbrahim

New Pleskian
Hello there ,

First of all I did for that poor translation by google translate my English knowledge . I apologize for the word error and harshness .

For API version 12.5 'm writing code .

http://download1.parallels.com/plesk/doc/en-us/online/plesk-api-rpc/index.htm?filename=33892.htm
http://download1.parallels.com/plesk/doc/en-us/online/plesk-api-rpc/index.htm?filename=33914.htm
Examples of links with adding and deleting subscriptions running.

However, whether to suspend subscriptions or customer account can not be enabled.

I would ask you to help on the matter.
 
Last edited:
Suspend customer is:
Code:
<status>16</status>

UnSuspend customer is:
Code:
<status>0</status>
 
Back
Top