Return ISO images available to the VPS, mounted CD/DVD devices, boot-order state, usable CD/DVD slots, and mount/upload gates. Get {id} from GET /api/v2/vps data[].id. Use available[].id as isoId for mounting and mounted[].isoId or available[].id as {volid} when deleting owned ISO media.
read:vm
Use Authorization: Bearer <token> for API keys. Dashboard sessions may also use hostup_session.
id string required
Example: vps_01hxa3b4c5d6e7f8g9h0j1k2m3 Public VPS ID from `GET /api/v2/vps` `data[].id`. Do not invent this value; use the exact ID returned by the referenced API response.
Accept Example Content-Type Example available array<object> required available[].id string required
· Example: iso_01hxa3b4c5d6e7f8g9h0j1k2m3 available[].name stringnull required
· Example: ubuntu-24.04-live-server-amd64.iso available[].displayName stringnull required
· Example: Ubuntu 24.04 LTS available[].sizeGb number required
· Example: 5.9 available[].format stringnull required
· Example: iso mounted array<object> required mounted[].device stringnull required
· Example: ide2 mounted[].isoId stringnull required
· Example: iso_01hxa3b4c5d6e7f8g9h0j1k2m3 mounted[].mounted boolean required
· Example: true mounted[].isCloudInit boolean required
· Example: false bootOrder objectnull required
· Example: null availableDevices array<object> required availableDevices[].device stringnull required
· Example: ide2 availableDevices[].type stringnull required
· Example: existing_cdrom availableDevices[].description stringnull required
· Example: CD/DVD 3 availableDevices[].inUse boolean required
· Example: true actions object required actions.canMount object required actions.canMount.allowed boolean required
· Example: true actions.canMount.reason stringnull required
· Example: null actions.canMount.code stringnull
· Example: pending_order Machine-readable reason code when an action is blocked.
actions.canUpload object required actions.canUpload.allowed boolean required
· Example: true actions.canUpload.reason stringnull required
· Example: null actions.canUpload.code stringnull
· Example: pending_order Machine-readable reason code when an action is blocked.
type string
· Example: https://developer.hostup.se/errors/invalid_request title string
· Example: Validation failed status integer
· Example: 400 detail string
· Example: The request body failed validation. code string
· Example: invalid_request Stable machine-readable code. Branch on this field, not on `detail`.
instance string
· Example: /api/v2/orders requestId string
· Example: req_01hxa3b4c5d6e7f8g9h0j1k2m3 timestamp string
· Example: 2026-04-27T12:34:56.000Z errors array<object> Field-level validation errors when `code` is `invalid_request`.
errors[].pointer string required
· Example: /items/0/eppCode errors[].detail string required
· Example: `eppCode` is required for this transfer. errors[].code string required
· Example: missing_required extensions object type string
· Example: https://developer.hostup.se/errors/invalid_request title string
· Example: Validation failed status integer
· Example: 400 detail string
· Example: The request body failed validation. code string
· Example: invalid_request Stable machine-readable code. Branch on this field, not on `detail`.
instance string
· Example: /api/v2/orders requestId string
· Example: req_01hxa3b4c5d6e7f8g9h0j1k2m3 timestamp string
· Example: 2026-04-27T12:34:56.000Z errors array<object> Field-level validation errors when `code` is `invalid_request`.
errors[].pointer string required
· Example: /items/0/eppCode errors[].detail string required
· Example: `eppCode` is required for this transfer. errors[].code string required
· Example: missing_required extensions object type string
· Example: https://developer.hostup.se/errors/invalid_request title string
· Example: Validation failed status integer
· Example: 400 detail string
· Example: The request body failed validation. code string
· Example: invalid_request Stable machine-readable code. Branch on this field, not on `detail`.
instance string
· Example: /api/v2/orders requestId string
· Example: req_01hxa3b4c5d6e7f8g9h0j1k2m3 timestamp string
· Example: 2026-04-27T12:34:56.000Z errors array<object> Field-level validation errors when `code` is `invalid_request`.
errors[].pointer string required
· Example: /items/0/eppCode errors[].detail string required
· Example: `eppCode` is required for this transfer. errors[].code string required
· Example: missing_required extensions object type string
· Example: https://developer.hostup.se/errors/invalid_request title string
· Example: Validation failed status integer
· Example: 400 detail string
· Example: The request body failed validation. code string
· Example: invalid_request Stable machine-readable code. Branch on this field, not on `detail`.
instance string
· Example: /api/v2/orders requestId string
· Example: req_01hxa3b4c5d6e7f8g9h0j1k2m3 timestamp string
· Example: 2026-04-27T12:34:56.000Z errors array<object> Field-level validation errors when `code` is `invalid_request`.
errors[].pointer string required
· Example: /items/0/eppCode errors[].detail string required
· Example: `eppCode` is required for this transfer. errors[].code string required
· Example: missing_required extensions object type string
· Example: https://developer.hostup.se/errors/invalid_request title string
· Example: Validation failed status integer
· Example: 400 detail string
· Example: The request body failed validation. code string
· Example: invalid_request Stable machine-readable code. Branch on this field, not on `detail`.
instance string
· Example: /api/v2/orders requestId string
· Example: req_01hxa3b4c5d6e7f8g9h0j1k2m3 timestamp string
· Example: 2026-04-27T12:34:56.000Z errors array<object> Field-level validation errors when `code` is `invalid_request`.
errors[].pointer string required
· Example: /items/0/eppCode errors[].detail string required
· Example: `eppCode` is required for this transfer. errors[].code string required
· Example: missing_required extensions object type string
· Example: https://developer.hostup.se/errors/invalid_request title string
· Example: Validation failed status integer
· Example: 400 detail string
· Example: The request body failed validation. code string
· Example: invalid_request Stable machine-readable code. Branch on this field, not on `detail`.
instance string
· Example: /api/v2/orders requestId string
· Example: req_01hxa3b4c5d6e7f8g9h0j1k2m3 timestamp string
· Example: 2026-04-27T12:34:56.000Z errors array<object> Field-level validation errors when `code` is `invalid_request`.
errors[].pointer string required
· Example: /items/0/eppCode errors[].detail string required
· Example: `eppCode` is required for this transfer. errors[].code string required
· Example: missing_required extensions object https://cloud.hostup.se/api/v2/vps/{id}/iso curl -X GET "https://cloud.hostup.se/api/v2/vps/vps_01hxa3b4c5d6e7f8g9h0j1k2m3/iso" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"available": [
{
"id": "iso_01hxa3b4c5d6e7f8g9h0j1k2m3",
"name": "ubuntu-24.04-live-server-amd64.iso",
"displayName": "Ubuntu 24.04 LTS",
"sizeGb": 5.9,
"format": "iso"
}
],
"mounted": [
{
"device": "ide2",
"isoId": "iso_01hxa3b4c5d6e7f8g9h0j1k2m3",
"mounted": true,
"isCloudInit": false
}
],
"bootOrder": {
"order": [
"scsi0",
"ide2"
],
"devices": {
"scsi0": "Disk",
"ide2": "CD/DVD 3"
},
"availableDevices": [
{
"id": "scsi0",
"name": "Disk",
"type": "disk"
},
{
"id": "ide2",
"name": "CD/DVD 3",
"type": "cdrom"
}
]
},
"availableDevices": [
{
"device": "ide2",
"type": "existing_cdrom",
"description": "CD/DVD 3",
"inUse": true
},
{
"device": "ide3",
"type": "available",
"description": "CD/DVD 4",
"inUse": false
}
],
"actions": {
"canMount": {
"allowed": true,
"reason": null
},
"canUpload": {
"allowed": true,
"reason": null
}
}
}