Get initial VM configuration

Retrieve the initial configuration, known as cloud-init, for a specific virtual machine (VM). This includes information like SSH keys and usernames, useful for troubleshooting or understanding the server's base setup.

Path Parameters

vmid integer · min: 1 required

vmid parameter

Headers

Accept Example
Content-Type Example

Responses

200 Successful response

No response body

GET https://cloud.hostup.se/api/vm/{vmid}/cloud-init
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/vm/0/cloud-init" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{}