Servers
List Supervisor Processes
Returns supervisor (process-manager) entries configured on the server, including processes owned by sites on that server. Paginated. Requires the read:servers scope.
List Site Snapshots on a Server
Returns the site snapshots taken from sites hosted on this server (aggregated across every source site on the server). These are site-level backups/snapshots — this is not a server-image or…
Get Server Monitoring History
Returns a time-series of server-wide CPU, RAM, and disk usage sampled from ServerMonitor snapshots. Supports range=24h|7d (default 7d). Requires Pro plan — returns 403 on free plans. Requires the read:servers…
Get Server Monitoring Stats
Returns the latest CPU, memory, and disk usage statistics for the server. Requires the read:servers scope.
Get Recent Server Tasks
Returns the recent task/operation history for the server (e.g. provisioning, software installs, reboots). Requires the read:servers scope.
List PHP Versions
Returns all PHP versions installed on the specified server, including which is set as the default. Requires the read:servers scope.
Install PHP Version
Installs a PHP version on the server. Asynchronous — dispatches to the background queue. Poll /php-versions/available for the final status. Requires the write:servers scope and the server:manage-php permission.
Uninstall PHP Version
Uninstalls a PHP version. Asynchronous — dispatches to the background queue. Requires the write:servers scope.
List Available PHP Versions
Returns every PHP version available on the server's OS, with install status, default flag, opcache state, and patch info. Requires the read:servers scope.
Get PHP Patch Info
Synchronously refreshes patch availability for installed PHP versions (runs UpdatePackages + CheckPatchVersions via SSH) and returns current patch metadata. Requires the read:servers scope.
