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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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...