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.
i found out myself sorry for opening ticket.
in case anyone has the same issue:
use the: /v1/cache-cleaner
POST Request with this body:
{
"installationsIds": [
1
],
"tags": [
"main-information"
]
}
it will refresh the plugin and theme settings for the wp installation
Hi Forum,
When a User deactivates a Plugin inside WP-Admin. This change of status in: /v1/installations/{installationId}/plugins route will not be reflected in the api response.
The response property "status" shows then still true.
only if you go into Plesk Admin navigate to the Installation...
Hi Forum,
these Notification toasts when changing settings do not disappear in my plesk admin interface:
They only go away when manually clicking on the X button.
but we have a lot of notifications coming in so this list gets huge and they stay forever.
does someone know where to disabled...
Hello Forum,
i want to know how can i set and get cronjobs via api xml or json.
i thought about using /api/v2cli/crontab_shell/call
the command reference for this is:
{
"allowed_commands": {
"update": {
"name": "update",
"info": "Updates crontab shell at...
Hello i have a question.
for example when we give a user a plesk subscription with a already installed wp installation by wp toolkit.
the user now logs into with FTP and deletes the wordpress files and cleares the database and installs a new wp instance
how can i reattach this user installed...
Hello Forum,
i want to set a different php handler for a subscription with the xml API.
i guess this is the way to do it: Setting Subscription Parameters
but unfortunatley there is no information for example what options are available for PHP Settings.
i guessed some but what i really miss is...
Hi @Peter Debik,
the issue is not yet resolved. But our Hosting Support as well Plesk support found out it's because of an encoding issue with the "+" sign (%2B) in the filename.
Dear Peter, thank you very much.
Please see the STEPS TO REPRODUCE: i use the right port of course since this is not the only endpoint im using (all others so far work perfectly)
Please also ignore the CORS Failure issue thats not the main issue i have.
My Problem is that the api request...
Hi Peter, thank you very much. the link to the documentation can't be directly accessed but its the wp-toolkit api documentation:
https://yourpleskserver.de/api/v2/?urls.primaryName=WP%20Toolkit%20REST%20API
navigate to "Installations.Backups"
There you find two endpoint descriptions:
Its the...