Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
@Kaspar I have also noticed, that XML API is much more elobarate - on the other hand working with XML is really painful. Hence, I wish the REST API would be extended.
I am using Ansible to automate Plesk on multiple hosts at once. Ansible has XML parsers, but it is an additional overhead...
As far as I can tell, there is no simple way to fetch subdomains and their associated php_handler_id's in one (or more) requests through Plesk Rest API.
I have read through the Rest Documentation, as well as through CLI documentation, but could not find an easy way to retrieve php_handler_id...
@Sebahat.hadzhi @Kaspar Thank you for your solutions provided. In fact, I did not encounter this problem again, hence I lowered its priority for my automation approach.
The question is in the context of sucessfully creating a new subdomain and issuing a certificate, both through REST API. I am experiencing a delay in some cases to the availability of the newly created subdomain, due to DNS: 'The domain is not resolvable' (visible in Plesk GUI).
I have found...
I was issuing a certificate for the parent domain as well. After I removed the parent domain argument from the API call, the certificate was issued in a minute or less.
API call to issue certificate:
curl --request POST \
--url https://plesk.host.tld/api/v2/cli/extension/call \
--header...
On Plesk Obsidian v18.0.72 provided by Hosting Provider.
We are creating new subdomains for one domain via Rest API. Plesk automatically adds Let's Encrypt certificates after subdomain creation. This process takes in average 25 minutes, sometimes 45 minutes and in rare past cases 2 hours.
I...