Provision Server
provision_serverProvision a new dedicated server using a configuration ID, billing period, and OS image ID. Optionally attach SSH keys or disable link aggregation.
Instructions
Provision a new server with the selected configuration. Requires a configurationId from list_provisioning_configurations, a billing period, an OS image ID from list_operating_systems, and optional SSH key names. The server will initially be in PROVISIONING or WAITING status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| osImageId | Yes | OS image ID from list_operating_systems | |
| sshKeyNames | No | SSH key names from DataPacket client panel Security settings | |
| billingPeriod | Yes | Billing period (DAILY requires $100 minimum balance) | |
| configurationId | Yes | Configuration ID from list_provisioning_configurations | |
| postInstallScriptName | No | Name of a post-install script to run after provisioning | |
| disableLinkAggregation | No | Disable link aggregation (LAG) |