pve_storage_download
Download an ISO or CT template from a URL directly into a Proxmox storage, with dry-run support and optional checksum verification. Returns a UPID for async tracking.
Instructions
MUTATION: download an ISO (content=iso) or CT template (content=vztmpl) from a URL into a storage. Dry-run by default; confirm=True. Async — returns a UPID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| node | No | ||
| confirm | No | ||
| content | Yes | ||
| storage | Yes | ||
| checksum | No | ||
| filename | Yes | ||
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. | |
| checksum_algorithm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |