Expose WP-CLI via API
It would be really phenomenal if the WP-CLI could be exposed via de Ploi API
Create file backup config for a site via the API
Create file backup config for a site via the API just like we can for database.
Install WP-CLI via API
We need the option to install the WP-CLI via the API
Install new PHP version on server
Create an API call to install a new PHP version on a server.
Expose Provider and Provider ID in the servers API
It would be helpful if the provider_id was exposed so that we can store it upon creation and use the provider's API. ie. "provider": "d...
SSL via API: Force request (skip DNS verification)
It would be awesome, if there would be a way, to force request (skip DNS verification) certificate on a site, using API. It is already possible via we...
NGINX Update via API for tenants
Be able to update tenant NGINX config via the API, similar to how we can on a site level
Endpoint to trigger a DB backup
It would be really cool to trigger a DB backup via the API. That way I can automate even more. 💙
Change PHP version site level
In the ploi dashboard you can adjust the PHP version for sites. It would be nice if this could also be done in the API. I didn't see the option in the...
Allow single API call to get all monitoring information
As well as the single API call to get data for a server, could we have one that we can hit once to get the monitoring data for all servers in the acco...
Create custom server API does not support SSH port
Currently you have to have different IP addresses to be able to create more custom servers over API.
API - Skip DNS Verification when Adding a New Tenant
It would be great to have an option when using the API to force request (skip DNS verification) certificate on creation of a new tenant, using API. It...
Update server IP address via API
Hi! I’ve got a Raspberry Pi in my home network that I want to deploy websites to via Ploi. Problem now is that the home network’s public IP address ch...
Add keep_backup_amount parameter to database backup API
The parameter for the maximum amount of backups to keep before rotating is only available through the interface. It would be nice to have this paramet...
File size of Public Folder
Return in the site API the size of the folder public. It should be a value computed offline, for example, once a day at least. It will be great for mo...
Add ability to skip DNS check when requesting a certificate for a tenant
I would like to see if it is possible to skip DNS check when requesting a certificate for a tenant via your API: api/servers/{server}/sites/{site}/ten...
Start file cloning via the API
Start a file clone via the API.
Get repo of a site
Now you can only create a repo for a site. I will also see the repo of a site.
Update script once created
Right now there is only option to add or delete script with API. It would save us a lot of time if we could edit script that already exist. Now we hav...
Create and list projects and associate them with sites via the API
Projects are very useful for organizing ploi when you have a lot of servers and sites. It would be helpful to be able to create projects and then late...
Specify user's plan at the /user endpoint
The endpoint only lists when the plan expires, it would be useful to see the current plan the user has.
Add Description/Notes to Server(s) response
Hello, Please expose description in the Server(s) response. It can be specified when creating a server but is not returned on requests to /servers and...