Create Ploi server
ploi_create_serverProvision a new provider-backed Ploi server by providing valid credentials, plan, and region.
Instructions
Create a new provider-backed Ploi server. Use account provider tools first to discover valid credentials, plans, and regions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Server name. | |
| plan | Yes | Provider plan ID. | |
| type | No | Server type to install. | server |
| region | Yes | Provider region ID. | |
| credential | Yes | Server provider credential ID. | |
| php_version | No | PHP version to install, for example 8.4. | |
| webhook_url | No | Webhook called when server installation completes. | |
| database_type | No | Database type to install. | mysql |
| webserver_type | No | Webserver type to install. | nginx |
| install_monitoring | No | Whether to install monitoring. |