create_iso
Generate ISO images from URL sources to create bootable media or installation files for Vultr cloud infrastructure deployment and management.
Instructions
Create a new ISO image from URL.
Args: url: The URL to create the ISO from
Returns: Created ISO details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}