Restart a Server Service
Last Updated: August 20, 2026Restarts a single server service, addressed by name in the request body (e.g. nginx, lsws, php, redis, docker, supervisor, mysql, mariadb). For PHP servers running multiple versions, supply version to…
Disable a Server Service
Last Updated: August 20, 2026Stops (disables) a single server service, addressed by name in the request body (e.g. nginx, mysql, redis, php, docker). For PHP servers running multiple versions, supply version to disambiguate. Only…
List Sudo Users
Last Updated: August 20, 2026Returns a paginated list of all sudo users on the specified server. Requires the read:servers scope.
Create or Update Sudo User
Last Updated: August 20, 2026Creates a new sudo user on the specified server, or updates an existing one if a user with the same username already exists (idempotent). This is an asynchronous operation —…
Delete Sudo User
Last Updated: August 20, 2026Deletes the specified sudo user from the server. This is an asynchronous operation — the user will be in deleting status until fully removed. Requires the write:servers scope.
Create WordPress Site
Last Updated: August 20, 2026Provisions a new WordPress site on the specified server. This is an asynchronous operation — the site will be in provisioning status until ready. Notes: – domain is required when…
Deploy Site from Git
Last Updated: August 20, 2026Creates a site on the server and deploys it from a git repository. This is an asynchronous operation — the response returns as soon as the deployment has been accepted,…
List Blueprints
Last Updated: August 20, 2026Returns blueprints accessible to the current team — both team-owned and public blueprints. Use the returned uuid as blueprint_uuid when creating a WordPress site. Requires the read:servers scope.
List Sites
Last Updated: August 20, 2026Returns a paginated list of all sites across all your servers. Requires the read:sites scope.
Get Site
Last Updated: August 20, 2026Returns full details for a specific site. Requires the read:sites scope.
