delete_iso
Remove ISO images from Vultr cloud infrastructure by specifying the ISO ID to free up storage space and manage system resources efficiently.
Instructions
Delete an ISO image.
Args: iso_id: The ISO ID to delete
Returns: Success message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
iso_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"iso_id": {
"title": "Iso Id",
"type": "string"
}
},
"required": [
"iso_id"
],
"type": "object"
}