create_server
Create a new VPS server by specifying hostname, location, plan, and operating system. Optionally add SSH keys for secure access.
Instructions
Create a new VPS server.
Args: hostname: Hostname for the server (e.g. "my-server") location_id: Location ID (use list_locations to find available locations) plan_uuid: UUID of the plan (use list_plans to find available plans) os_version_uuid: UUID of the OS version (use list_operating_systems to find options) ssh_key_ids: Optional list of SSH key UUIDs to install on the server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostname | Yes | ||
| location_id | Yes | ||
| plan_uuid | Yes | ||
| os_version_uuid | Yes | ||
| ssh_key_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |