Quickly deploy a new virtual machine (VM) in the cloud. Select the desired configuration, such as the number of cores, memory, disk space, and server location, to create a new instance.
Accept Example Content-Type Example hostname string required cores integer required memory integer required disk integer required location string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/cloud/quick-deploy curl -X POST "https://cloud.hostup.se/api/cloud/quick-deploy" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"hostname": "string",
"cores": 0,
"memory": 0,
"disk": 0,
"location": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string",
"orderId": 0,
"invoiceId": "string",
"accountId": "string",
"hostname": "string",
"cores": 0,
"memory": 0,
"disk": 0,
"location": "string",
"redirectUrl": "string",
"note": "string"
}
} {
"hostname": "string",
"cores": 0,
"memory": 0,
"disk": 0,
"location": "string"
}