# Ploi > Ploi is a server management and deployment platform that makes it easy to provision, manage, and deploy applications on cloud servers. It provides a REST API and CLI tool for automating server management tasks including server provisioning, site management, database operations, SSL certificates, deployments, cron jobs, daemons, Docker containers, backups, and more. Ploi supports multiple cloud providers and is designed for developers, agencies, and teams who need reliable server infrastructure management. The API base URL is https://ploi.io/api and uses Bearer token authentication with scoped API tokens. ## Getting Started - [Authorization](https://developers.ploi.io/getting-started/authorization): How to authenticate with the Ploi API using Bearer tokens. Covers API token creation and usage. - [Headers](https://developers.ploi.io/getting-started/headers): Required HTTP headers for API requests including Accept and Content-Type. - [Base URL](https://developers.ploi.io/getting-started/url): The base URL for all API requests: https://ploi.io/api. - [Scopes](https://developers.ploi.io/getting-started/scopes): API token scopes that control access to specific resources and actions. - [Pagination](https://developers.ploi.io/getting-started/pagination): How pagination works for list endpoints. - [Query Parameters](https://developers.ploi.io/getting-started/query-parameters): Available query parameters for filtering and sorting API responses. - [Resource Statuses](https://developers.ploi.io/getting-started/resource-statuses): Possible statuses for resources like servers and sites. - [Errors](https://developers.ploi.io/getting-started/errors): Error response formats and common error codes. - [Rate Limiting](https://developers.ploi.io/getting-started/rate-limiting): API rate limits and how to handle rate limit responses. - [IP Addresses](https://developers.ploi.io/getting-started/ip-addresses): Ploi's IP addresses for whitelisting. ## User - [User Information](https://developers.ploi.io/user/information): Get authenticated user information. - [List Server Providers](https://developers.ploi.io/user/list-server-providers): List all configured server providers (e.g. DigitalOcean, AWS, Hetzner). - [Get Server Provider](https://developers.ploi.io/user/get-server-provider): Get details of a specific server provider. - [List Backup Configurations](https://developers.ploi.io/user/list-backup-configurations): List all backup configurations. - [Get Backup Configuration](https://developers.ploi.io/user/get-backup-configuration): Get a specific backup configuration. - [List Source Control Providers](https://developers.ploi.io/user/list-source-control-providers): List connected source control providers (GitHub, GitLab, Bitbucket). - [Show Source Control Provider](https://developers.ploi.io/user/show-source-control-providers): Get details of a specific source control provider. - [Repositories for Source Control Provider](https://developers.ploi.io/user/repositories-for-source-control-providers): List repositories for a given source control provider. ## Scripts - [List Scripts](https://developers.ploi.io/scripts/list-scripts): List all saved scripts. - [Create Script](https://developers.ploi.io/scripts/create-script): Create a new reusable script. - [Get Script](https://developers.ploi.io/scripts/get-script): Get details of a specific script. - [Update Script](https://developers.ploi.io/scripts/update-script): Update an existing script. - [Delete Script](https://developers.ploi.io/scripts/delete-script): Delete a script. - [Run Script](https://developers.ploi.io/scripts/run-script): Execute a script on one or more servers. ## Status Pages - [List Status Pages](https://developers.ploi.io/status-pages/list-status-pages): List all status pages. - [Get Status Page](https://developers.ploi.io/status-pages/get-status-page): Get a specific status page. - [Get Status Page Incidents](https://developers.ploi.io/status-pages/get-status-page-incidents): List incidents for a status page. - [Create Status Page Incident](https://developers.ploi.io/status-pages/create-status-page-incident): Create a new incident on a status page. - [Delete Status Page Incident](https://developers.ploi.io/status-pages/delete-status-page-incident): Delete a status page incident. ## Webserver Templates - [List Webserver Templates](https://developers.ploi.io/webserver-templates/list-webserver-templates): List available webserver templates. - [Get Webserver Template](https://developers.ploi.io/webserver-templates/get-webserver-template): Get a specific webserver template. ## Projects - [List Projects](https://developers.ploi.io/projects/list-projects): List all projects. - [Create Project](https://developers.ploi.io/projects/create-project): Create a new project for organizing servers and sites. - [Get Project](https://developers.ploi.io/projects/get-project): Get details of a specific project. - [Update Project](https://developers.ploi.io/projects/update-project): Update a project. - [Delete Project](https://developers.ploi.io/projects/delete-project): Delete a project. ## Servers - [List Servers](https://developers.ploi.io/servers/list-servers): List all servers in your account. - [Get Server](https://developers.ploi.io/servers/get-server): Get details of a specific server. - [Create Server](https://developers.ploi.io/servers/create-server): Provision a new server through a cloud provider. - [Create Custom Server](https://developers.ploi.io/servers/create-custom-server): Create a custom server with your own infrastructure. - [Update Server](https://developers.ploi.io/servers/update-server): Update server settings. - [Delete Server](https://developers.ploi.io/servers/delete-server): Delete a server. - [Server Logs](https://developers.ploi.io/servers/logs-server): Retrieve server log entries. - [Monitored](https://developers.ploi.io/servers/monitored): Get server monitoring status. - [Monitoring](https://developers.ploi.io/servers/monitoring): Get server monitoring data (CPU, memory, disk usage). - [Restart Server](https://developers.ploi.io/servers/restart-server): Restart a server. ## Databases - [List Databases](https://developers.ploi.io/databases/list-databases): List all databases on a server. - [Create Database](https://developers.ploi.io/databases/create-database): Create a new database on a server. - [Get Database](https://developers.ploi.io/databases/get-database): Get details of a specific database. - [Delete Database](https://developers.ploi.io/databases/delete-database): Delete a database. - [Acknowledge Database](https://developers.ploi.io/databases/acknowledge-database): Acknowledge an existing database on a server. - [Forget Database](https://developers.ploi.io/databases/forget-database): Remove database from Ploi without deleting it from the server. - [Duplicate Database](https://developers.ploi.io/databases/duplicate-database): Duplicate a database on the server. ## Database Users - [List Database Users](https://developers.ploi.io/database-users/list-database-users): List all database users on a server. - [Create Database User](https://developers.ploi.io/database-users/create-database-user): Create a new database user. - [Get Database User](https://developers.ploi.io/database-users/get-database-user): Get details of a specific database user. - [Delete Database User](https://developers.ploi.io/database-users/delete-database-user): Delete a database user. - [Attach User to Database](https://developers.ploi.io/database-users/attach-user-to-database): Grant a database user access to a database. ## Crontabs - [List Crontabs](https://developers.ploi.io/crontabs/list-crontabs): List all cron jobs on a server. - [Create Crontab](https://developers.ploi.io/crontabs/create-crontab): Create a new cron job. - [Get Crontab](https://developers.ploi.io/crontabs/get-crontab): Get details of a specific cron job. - [Delete Crontab](https://developers.ploi.io/crontabs/delete-crontab): Delete a cron job. ## Network Rules - [List Network Rules](https://developers.ploi.io/network-rules/list-network-rules): List firewall/network rules on a server. - [Create Network Rule](https://developers.ploi.io/network-rules/create-network-rule): Create a new firewall rule. - [Get Network Rule](https://developers.ploi.io/network-rules/get-network-rule): Get details of a specific network rule. - [Delete Network Rule](https://developers.ploi.io/network-rules/delete-network-rule): Delete a network rule. ## Daemons - [List Daemons](https://developers.ploi.io/daemons/list-daemons): List all daemons (background processes) on a server. - [Create Daemon](https://developers.ploi.io/daemons/create-daemon): Create a new daemon process. - [Get Daemon](https://developers.ploi.io/daemons/get-daemon): Get details of a specific daemon. - [Restart Daemon](https://developers.ploi.io/daemons/restart-daemon): Restart a daemon. - [Pause Daemon](https://developers.ploi.io/daemons/pause-daemon): Pause a running daemon. - [Delete Daemon](https://developers.ploi.io/daemons/delete-daemon): Delete a daemon. ## System Users - [List System Users](https://developers.ploi.io/system-users/list-system-users): List all system users on a server. - [Create System User](https://developers.ploi.io/system-users/create-system-user): Create a new system user. - [Get System User](https://developers.ploi.io/system-users/get-system-user): Get details of a specific system user. - [Delete System User](https://developers.ploi.io/system-users/delete-system-user): Delete a system user. ## Services - [Restart Service](https://developers.ploi.io/services/restart-service): Restart a server service (NGINX, MySQL, etc.). - [Install WordPress CLI](https://developers.ploi.io/services/install-wordpress-cli): Install WP-CLI on a server. - [Run WP CLI Command](https://developers.ploi.io/services/run-wp-cli-command): Execute a WP-CLI command on a server. - [Uninstall WordPress CLI](https://developers.ploi.io/services/uninstall-wordpress-cli): Remove WP-CLI from a server. ## PHP - [Refresh OPcache](https://developers.ploi.io/php/refresh-opcache): Refresh the PHP OPcache on a server. - [Enable OPcache](https://developers.ploi.io/php/enable-opcache): Enable PHP OPcache on a server. - [Disable OPcache](https://developers.ploi.io/php/disable-opcache): Disable PHP OPcache on a server. - [Installed PHP Versions](https://developers.ploi.io/php/installed-php-versions): List installed PHP versions on a server. - [Install PHP Version](https://developers.ploi.io/php/install-php-version): Install a new PHP version on a server. - [Switch PHP CLI Version](https://developers.ploi.io/php/switch-php-cli-version): Change the default PHP CLI version. ## SSH Keys - [List SSH Keys](https://developers.ploi.io/ssh-keys/list-ssh-keys): List all SSH keys on a server. - [Create SSH Key](https://developers.ploi.io/ssh-keys/create-ssh-key): Add an SSH key to a server. - [Get SSH Key](https://developers.ploi.io/ssh-keys/get-ssh-key): Get details of a specific SSH key. - [Delete SSH Key](https://developers.ploi.io/ssh-keys/delete-ssh-key): Remove an SSH key from a server. ## Load Balancers - [Attach Server](https://developers.ploi.io/load-balancers/attach-server): Attach a server to a load balancer. - [Detach Server](https://developers.ploi.io/load-balancers/detach-server): Detach a server from a load balancer. - [Request Certificate for Domain](https://developers.ploi.io/load-balancers/request-certificate-for-domain): Request an SSL certificate for a load balancer domain. - [Revoke Certificate for Domain](https://developers.ploi.io/load-balancers/revoke-certificate-for-domain): Revoke an SSL certificate from a load balancer domain. ## Insights - [Insight Types](https://developers.ploi.io/insights/insight-types): Available types of server insights. - [List Insights](https://developers.ploi.io/insights/list-insights): List all insights for a server. - [Get Insight](https://developers.ploi.io/insights/get-insight): Get details of a specific insight. - [Detail Insight](https://developers.ploi.io/insights/detail-insight): Get detailed information about an insight. - [Automatically Fix Insight](https://developers.ploi.io/insights/automatically-fix-insight): Automatically fix a detected server issue. - [Ignore Insight](https://developers.ploi.io/insights/ignore-insight): Ignore an insight. - [Delete Insight](https://developers.ploi.io/insights/delete-insight): Delete an insight. ## Sites - [List Sites](https://developers.ploi.io/sites/list-sites): List all sites on a server. - [Create Site](https://developers.ploi.io/sites/create-site): Create a new site on a server. - [Get Site](https://developers.ploi.io/sites/get-site): Get details of a specific site. - [Update Site](https://developers.ploi.io/sites/update-site): Update site settings. - [Delete Site](https://developers.ploi.io/sites/delete-site): Delete a site. - [Log Site](https://developers.ploi.io/sites/log-site): Available log types for a site. - [Get Log Site](https://developers.ploi.io/sites/get-log-site): Retrieve site log content. - [Get Test Domain](https://developers.ploi.io/sites/get-test-domain): Get the test domain for a site. - [Enable Test Domain](https://developers.ploi.io/sites/enable-test-domain): Enable a test domain for a site. - [Disable Test Domain](https://developers.ploi.io/sites/disable-test-domain): Disable a test domain for a site. - [Suspend Site](https://developers.ploi.io/sites/suspend-site): Suspend a site. - [Resume Site](https://developers.ploi.io/sites/resume-site): Resume a suspended site. - [Robot Access](https://developers.ploi.io/sites/robot-access): Configure robots.txt access for a site. - [Laravel Horizon Statistics](https://developers.ploi.io/sites/laravel-horizon-statistics): Get Laravel Horizon statistics for a site. - [Get NGINX Configuration](https://developers.ploi.io/sites/get-nginx-configuration): Get the NGINX configuration for a site. - [Update NGINX Configuration](https://developers.ploi.io/sites/update-nginx-configuration): Update the NGINX configuration for a site. - [Clone Site](https://developers.ploi.io/sites/clone-site): Clone a site to a new domain. - [Change PHP Version](https://developers.ploi.io/sites/change-php-version): Change the PHP version for a site. - [Reset Site Permissions](https://developers.ploi.io/sites/reset-site-permissions): Reset file permissions for a site. ## Deployments - [Get Deploy Script](https://developers.ploi.io/deployments/get-deploy-script): Get the deploy script for a site. - [Update Deploy Script](https://developers.ploi.io/deployments/update-deploy-script): Update the deploy script for a site. - [Deploy Site](https://developers.ploi.io/deployments/deploy-site): Trigger a deployment for a site. - [Deploy Staging to Production](https://developers.ploi.io/deployments/deploy-staging-site-to-production): Deploy a staging site to production. ## Repositories - [Get Repository](https://developers.ploi.io/repositories/get-repository): Get the repository configuration for a site. - [Install Repository](https://developers.ploi.io/repositories/install-repository): Install a repository on a site. - [Custom Deployment](https://developers.ploi.io/repositories/custom-deployment): Set up a custom deployment for a repository. - [Delete Repository](https://developers.ploi.io/repositories/delete-repository): Remove a repository from a site. - [Toggle Quick Deploy](https://developers.ploi.io/repositories/toggle-quick-deploy): Enable or disable quick deploy (auto-deploy on push). ## Environment - [Get .env from Site](https://developers.ploi.io/environment/get-env-from-site): Retrieve the .env file contents for a site. - [Update .env from Site](https://developers.ploi.io/environment/update-env-from-site): Update the .env file for a site. ## Queue Workers - [List Queue Workers](https://developers.ploi.io/queue-workers/list-queue-workers): List all queue workers for a site. - [Create Queue Worker](https://developers.ploi.io/queue-workers/create-queue-worker): Create a new queue worker. - [Get Queue Worker](https://developers.ploi.io/queue-workers/get-queue-worker): Get details of a specific queue worker. - [Restart Queue Worker](https://developers.ploi.io/queue-workers/restart-queue-worker): Restart a queue worker. - [Pause Queue Worker](https://developers.ploi.io/queue-workers/pause-queue-worker): Pause a queue worker. - [Delete Queue Worker](https://developers.ploi.io/queue-workers/delete-queue-worker): Delete a queue worker. ## Redirects - [List Redirects](https://developers.ploi.io/redirects/list-redirects): List all redirects for a site. - [Create Redirect](https://developers.ploi.io/redirects/create-redirect): Create a new redirect rule. - [Get Redirect](https://developers.ploi.io/redirects/get-redirect): Get details of a specific redirect. - [Delete Redirect](https://developers.ploi.io/redirects/delete-redirect): Delete a redirect rule. ## Certificates - [List Certificates](https://developers.ploi.io/certificates/list-certificates): List all SSL certificates for a site. - [Create Certificate](https://developers.ploi.io/certificates/create-certificate): Request a new SSL certificate (Let's Encrypt). - [Get Certificate](https://developers.ploi.io/certificates/get-certificate): Get details of a specific certificate. - [Delete Certificate](https://developers.ploi.io/certificates/delete-certificate): Delete/revoke an SSL certificate. ## Auth Users - [List Auth Users](https://developers.ploi.io/auth-users/list-auth-users): List all basic auth users for a site. - [Create Auth User](https://developers.ploi.io/auth-users/create-auth-user): Create a new basic auth user. - [Get Auth User](https://developers.ploi.io/auth-users/get-auth-user): Get details of a specific auth user. - [Delete Auth User](https://developers.ploi.io/auth-users/delete-auth-user): Delete a basic auth user. ## Aliases - [List Aliases](https://developers.ploi.io/aliases/list-aliases): List all domain aliases for a site. - [Create Alias](https://developers.ploi.io/aliases/create-alias): Add a domain alias to a site. - [Delete Alias](https://developers.ploi.io/aliases/delete-alias): Remove a domain alias from a site. ## Tenants - [List Tenants](https://developers.ploi.io/tenants/list-tenants): List all tenants for a site. - [Create Tenant](https://developers.ploi.io/tenants/create-tenant): Create a new tenant. - [Delete Tenant](https://developers.ploi.io/tenants/delete-tenant): Delete a tenant. - [Request Certificate](https://developers.ploi.io/tenants/request-certificate): Request an SSL certificate for a tenant domain. - [Delete Certificate](https://developers.ploi.io/tenants/delete-certificate): Delete a tenant's SSL certificate. - [Get NGINX Configuration](https://developers.ploi.io/tenants/get-nginx-configuration-tenant): Get the NGINX configuration for a tenant. - [Update NGINX Configuration](https://developers.ploi.io/tenants/update-nginx-configuration-tenant): Update the NGINX configuration for a tenant. ## Monitoring - [List Monitors](https://developers.ploi.io/monitoring/list-monitors): List all uptime monitors for a site. - [Get Monitor](https://developers.ploi.io/monitoring/get-monitor): Get details of a specific monitor. - [Get Uptime Responses](https://developers.ploi.io/monitoring/get-uptime-responses): Get uptime response history for a monitor. - [Delete Monitor](https://developers.ploi.io/monitoring/delete-monitor): Delete an uptime monitor. ## Apps - [Install WordPress](https://developers.ploi.io/apps/install-wordpress): Install WordPress on a site. - [Uninstall WordPress](https://developers.ploi.io/apps/uninstall-wordpress): Uninstall WordPress from a site. - [Install Nextcloud](https://developers.ploi.io/apps/install-nextcloud): Install Nextcloud on a site. - [Uninstall Nextcloud](https://developers.ploi.io/apps/uninstall-nextcloud): Uninstall Nextcloud from a site. - [Install Statamic](https://developers.ploi.io/apps/install-statamic): Install Statamic on a site. - [Uninstall Statamic](https://developers.ploi.io/apps/uninstall-statamic): Uninstall Statamic from a site. ## FastCGI Cache - [Enable FastCGI Cache](https://developers.ploi.io/fastcgi-cache/enable-fastcgi-cache): Enable FastCGI caching for a site. - [Disable FastCGI Cache](https://developers.ploi.io/fastcgi-cache/disable-fastcgi-cache): Disable FastCGI caching for a site. - [Flush FastCGI Cache](https://developers.ploi.io/fastcgi-cache/flush-fastcgi-cache): Flush the FastCGI cache for a site. ## Docker Containers - [List Containers](https://developers.ploi.io/containers/list-containers): List all Docker containers on a server. - [Get Container](https://developers.ploi.io/containers/get-container): Get details of a specific container. - [Create Container](https://developers.ploi.io/containers/create-container): Create a new Docker container. - [Update Container](https://developers.ploi.io/containers/update-container): Update a Docker container. - [Delete Container](https://developers.ploi.io/containers/delete-container): Delete a Docker container. - [Start Container](https://developers.ploi.io/containers/start-container): Start a Docker container. - [Stop Container](https://developers.ploi.io/containers/stop-container): Stop a Docker container. - [Container Logs](https://developers.ploi.io/containers/container-logs): Get logs from a Docker container. - [Link Site](https://developers.ploi.io/containers/link-site): Link a site to a Docker container. - [Unlink Site](https://developers.ploi.io/containers/unlink-site): Unlink a site from a Docker container. ## Database Backups - [List Database Backups](https://developers.ploi.io/database/list-database-backups): List all database backup configurations. - [Get Database Backup](https://developers.ploi.io/database/get-database-backup): Get details of a specific database backup. - [Create Database Backup](https://developers.ploi.io/database/create-database-backup): Create a new database backup configuration. - [Update Database Backup](https://developers.ploi.io/database/update-database-backup): Update a database backup configuration. - [Run Database Backup](https://developers.ploi.io/database/run-database-backup): Trigger a database backup manually. - [Delete Database Backup](https://developers.ploi.io/database/delete-database-backup): Delete a database backup configuration. ## Site File Backups - [List Site File Backups](https://developers.ploi.io/site/list-site-file-backups): List all site file backup configurations. - [Get Site File Backup](https://developers.ploi.io/site/get-site-file-backup): Get details of a specific site file backup. - [Create Site File Backup](https://developers.ploi.io/site/create-site-file-backup): Create a new site file backup configuration. - [Update Site File Backup](https://developers.ploi.io/site/update-site-file-backup): Update a site file backup configuration. - [Run Site File Backup](https://developers.ploi.io/site/run-site-file-backup): Trigger a site file backup manually. - [Delete Site File Backup](https://developers.ploi.io/site/delete-site-file-backup): Delete a site file backup configuration. ## CLI - Getting Started - [Installation](https://developers.ploi.io/cli/getting-started/installation): Install the Ploi CLI tool. - [Authenticating](https://developers.ploi.io/cli/getting-started/authenticating): Authenticate the CLI with your Ploi API token. - [Upgrading](https://developers.ploi.io/cli/getting-started/upgrading): Upgrade the Ploi CLI to the latest version. ## CLI - Basic Commands - [Initialize](https://developers.ploi.io/cli/basic-commands/initialize): Initialize a project directory for use with the Ploi CLI. - [SSH Login](https://developers.ploi.io/cli/basic-commands/ssh-login): SSH into a server directly via the CLI. ## CLI - Server - [List Servers](https://developers.ploi.io/cli/server/list-servers): List all servers via the CLI. - [Create Server](https://developers.ploi.io/cli/server/create-server): Provision a new server via the CLI. - [Delete Server](https://developers.ploi.io/cli/server/delete-server): Delete a server via the CLI. - [Server Logs](https://developers.ploi.io/cli/server/logs): View server logs via the CLI. - [Restart Server](https://developers.ploi.io/cli/server/restart-server): Restart a server via the CLI. - [Restart Service](https://developers.ploi.io/cli/server/restart-service): Restart a service on a server via the CLI. ## CLI - Site - [List Sites](https://developers.ploi.io/cli/site/list-sites): List all sites via the CLI. - [Create a Site](https://developers.ploi.io/cli/site/create-a-site): Create a new site via the CLI. - [Edit a Site](https://developers.ploi.io/cli/site/edit-a-site): Edit site settings via the CLI. - [Delete Site](https://developers.ploi.io/cli/site/delete-site): Delete a site via the CLI. - [Site Logs](https://developers.ploi.io/cli/site/logs): View site logs via the CLI. - [Reset Permissions](https://developers.ploi.io/cli/site/reset-permissions): Reset file permissions via the CLI. - [Suspend Site](https://developers.ploi.io/cli/site/suspend-site): Suspend a site via the CLI. - [Resume Site](https://developers.ploi.io/cli/site/resume-site): Resume a suspended site via the CLI. - [Managing .env](https://developers.ploi.io/cli/site/managing-env): Manage environment files via the CLI. - [Deploy](https://developers.ploi.io/cli/site/deploy): Trigger a deployment via the CLI. ## CLI - Database - [List Databases](https://developers.ploi.io/cli/database/list-databases): List databases via the CLI. - [Create Database](https://developers.ploi.io/cli/database/create-database): Create a database via the CLI. - [Delete Database](https://developers.ploi.io/cli/database/delete-database): Delete a database via the CLI. ## CLI - Cronjob - [List Cronjobs](https://developers.ploi.io/cli/cronjob/list-cronjobs): List cron jobs via the CLI. - [Create Cronjob](https://developers.ploi.io/cli/cronjob/create-cronjob): Create a cron job via the CLI. - [Delete Cronjob](https://developers.ploi.io/cli/cronjob/delete-cronjob): Delete a cron job via the CLI. ## CLI - Daemon - [List Daemons](https://developers.ploi.io/cli/daemon/list-daemons): List daemons via the CLI. - [Create Daemon](https://developers.ploi.io/cli/daemon/create-daemon): Create a daemon via the CLI. - [Delete Daemon](https://developers.ploi.io/cli/daemon/delete-daemon): Delete a daemon via the CLI. - [Restart Daemon](https://developers.ploi.io/cli/daemon/restart-daemon): Restart a daemon via the CLI. - [Toggle Daemon](https://developers.ploi.io/cli/daemon/toggle-daemon): Toggle a daemon on/off via the CLI. ## CLI - SSL - [Secure Site](https://developers.ploi.io/cli/ssl/secure-site): Request an SSL certificate for a site via the CLI. - [Unsecure Site](https://developers.ploi.io/cli/ssl/unsecure-site): Remove an SSL certificate from a site via the CLI. ## CLI - Repository - [Install Repository](https://developers.ploi.io/cli/repository/install-repository): Install a repository on a site via the CLI. - [Delete Repository](https://developers.ploi.io/cli/repository/delete-repository): Remove a repository from a site via the CLI. ## CLI - Network - [List Network Rules](https://developers.ploi.io/cli/network/list-network-rules): List firewall rules via the CLI. - [Create Network Rule](https://developers.ploi.io/cli/network/create-network-rule): Create a firewall rule via the CLI. - [Delete Network Rule](https://developers.ploi.io/cli/network/delete-network-rule): Delete a firewall rule via the CLI. ## CLI - OPcache - [Enable OPcache](https://developers.ploi.io/cli/opcache/enable-opcache): Enable OPcache via the CLI. - [Disable OPcache](https://developers.ploi.io/cli/opcache/disable-opcache): Disable OPcache via the CLI. - [Refresh OPcache](https://developers.ploi.io/cli/opcache/refresh-opcache): Refresh OPcache via the CLI. ## CLI - Test Domain - [Enable Test Domain](https://developers.ploi.io/cli/test-domain/enable-test-domain): Enable a test domain via the CLI. - [Disable Test Domain](https://developers.ploi.io/cli/test-domain/disable-test-domain): Disable a test domain via the CLI. ## CLI - Redirect - [List Redirects](https://developers.ploi.io/cli/redirect/list-redirects): List redirects via the CLI. - [Create Redirect](https://developers.ploi.io/cli/redirect/create-redirect): Create a redirect via the CLI. - [Delete Redirect](https://developers.ploi.io/cli/redirect/delete-redirect): Delete a redirect via the CLI. ## CLI - Alias - [List Aliases](https://developers.ploi.io/cli/alias/list-aliases): List domain aliases via the CLI. - [Create Alias](https://developers.ploi.io/cli/alias/create-alias): Create a domain alias via the CLI. - [Delete Alias](https://developers.ploi.io/cli/alias/delete-alias): Delete a domain alias via the CLI. ## CLI - Auth User - [List Auth Users](https://developers.ploi.io/cli/auth-user/list-auth-users): List basic auth users via the CLI. - [Create Auth User](https://developers.ploi.io/cli/auth-user/create-auth-user): Create a basic auth user via the CLI. - [Delete Auth User](https://developers.ploi.io/cli/auth-user/delete-auth-user): Delete a basic auth user via the CLI. ## CLI - Tenant - [List Tenants](https://developers.ploi.io/cli/tenant/list-tenants): List tenants via the CLI. - [Create Tenant](https://developers.ploi.io/cli/tenant/create-tenant): Create a tenant via the CLI. - [Delete Tenant](https://developers.ploi.io/cli/tenant/delete-tenant): Delete a tenant via the CLI. - [Request Certificate](https://developers.ploi.io/cli/tenant/request-certificate): Request an SSL certificate for a tenant via the CLI. - [Revoke Certificate](https://developers.ploi.io/cli/tenant/revoke-certificate): Revoke a tenant certificate via the CLI. ## CLI - Insights - [List Insights](https://developers.ploi.io/cli/insights/list-insights): List server insights via the CLI. ## Links - [Ploi Website](https://ploi.io): Main Ploi website with product information, pricing, and features. - [Ploi Documentation](https://ploi.io/documentation): General Ploi documentation and guides.