# get_vps_iso

> Report the install media on a VPS: which ISO is attached as the boot CD-rom right now (`mounted`, or null) and the ISOs the node offers (`isos[]`).

- Tier: R
- Required scope: read:vps
- Annotations: readOnlyHint, idempotentHint
- Docs: https://api.inleed.com/tools/get-vps-iso

## Description

Report the install media on a VPS: which ISO is attached as the boot CD-rom right now (`mounted`, or null) and the ISOs the node offers (`isos[]`). Read-only — this tool does not attach or detach media, and there is no tool that does: changing what a server boots from, and reinstalling it, are done in the Inleed client area. Answers `available:false` with a note when the node is not a hypervisor. Requires `read:vps`.

## Input schema

- `input` — string (required). The VPS service id or its IP/name.

## Example call

```json
{
  "name": "get_vps_iso",
  "arguments": {
    "input": "example.se"
  }
}
```

