timeweb_create_server
Create a new cloud server with custom CPU, RAM, disk, OS, location, and SSH keys. Use presets or manual settings for quick provisioning.
Instructions
Create a new cloud server with specified configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpu | No | Number of CPU cores (if not using preset) | |
| ram | No | RAM in MB (if not using preset) | |
| disk | No | Disk size in MB (if not using preset) | |
| name | Yes | Server name | |
| os_id | Yes | Operating system ID | |
| format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | |
| location | No | Server location | |
| bandwidth | No | Bandwidth in Mbps | |
| preset_id | No | Server preset ID (use instead of custom config) | |
| ssh_keys_ids | No | SSH key IDs to add | |
| is_ddos_guard | No | Enable DDoS protection |