Ryzehosting
  1. Server
Ryzehosting
  • Server
    • List Servers
      GET
    • List OS
      GET
    • List Hardware
      GET
    • Order KVM
      POST
    • Update PTR
      PUT
    • Renew Server
      POST
    • Cancel Server
      POST
    • Get Config
      GET
    • Stop Server
      POST
    • Start Server
      POST
    • Restart Server
      POST
    • Reinstall Server
      POST
    • Update Password
      PUT
    • Get RRData
      GET
    • Get Status
      GET
    • Server VNC
      GET
  • Account
    • Account Balance
      GET
  1. Server

Order KVM

POST
/api/v1/server/order

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dash.ryzehosting.com/api/v1/server/order' \
--header 'Authorization: Bearer <API-KEY>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cores": 1,
    "memory": 1024,
    "disk": 10,
    "uplink": 1250,
    "hostsystem": "nl_xeon",
    "os": "debian-12",
    "ipv4": 3,
    "ipv6": 1,
    "hostname": "",
    "runtime": 30,
    "terms": true,
    "privacy": true
}'
Response Response Example
{
    "response": "VM successfully created",
    "state": "success",
    "code": 200,
    "data": {
        "uuid": "0199f361-ccb4-8242-8ff3-18a51b09486e",
        "requestID": "0199f361-ccb4-8242-8de3-935921071b43",
        "hostsystem": {
            "datacenter": {
                "name": "SkyLink Data Center BV",
                "country": "Niederlande",
                "city": "Eygelshoven"
            },
            "node": "XEON01",
            "processor": "Intel(R) Xeon(R) Prozessor E5-2697 v4",
            "memory": "HP 809085-091 Equivalent 64GB PC4-2400 LRDIMM Memory RAM",
            "nvme_hard_drives": "Samsung MZ1L21T9HCLS-00A07 PM9A3 1.92TB PCI-E Gen4 x4 M.2 SSD"
        },
        "config": {
            "cores": 1,
            "mem": 1024,
            "disk": 10,
            "os": {
                "name": "debian-12",
                "displayname": "Debian 12"
            },
            "hostname": "vm42137",
            "network_speed": "10Gbit/s Shared Netzwerk",
            "backup_slots": "Automatische Backups alle 12 Stunden, mit Aufbewahrung der letzten 7 Tage",
            "ipv4_count": 3,
            "ipv6_count": 1,
            "ddos_protection": "PletX @ 3Tbit/s+"
        },
        "network": {
            "ipv4_addresses": [
                {
                    "ip": "5.175.140.64",
                    "gateway": "5.175.140.1",
                    "cidr": "24"
                },
                {
                    "ip": "5.175.140.137",
                    "gateway": "5.175.140.1",
                    "cidr": "24"
                },
                {
                    "ip": "5.175.140.232",
                    "gateway": "5.175.140.1",
                    "cidr": "24"
                }
            ],
            "ipv6_addresses": [
                {
                    "ip": "2a06:1283:8d00:0159::",
                    "gateway": "2a06:1283:8d00::1",
                    "cidr": "64"
                }
            ]
        },
        "credentials": {
            "username": "root",
            "password": "V9f9TTqEhpYCmRAD"
        },
        "pricings": {
            "monthly": 4.17
        }
    }
}
Modified at 2025-10-17 19:11:38
Previous
List Hardware
Next
Update PTR
Built with