download_iso
Download an ISO image from a URL to a designated Proxmox node and storage, enabling immediate use for VM installation.
Instructions
Download an ISO file to a Proxmox node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Download URL for the ISO | |
| node | Yes | Node to download ISO to | |
| storage | Yes | Storage name (e.g., 'local', 'local-lvm') | |
| filename | Yes | ISO filename (e.g., 'ubuntu-22.04.iso') |