deploy_vm
Deploy a new VM or container on a specified device using Docker or LXD, with configurable image, ports, volumes, and environment variables.
Instructions
Deploy a new VM/container on a specific device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Database ID of the target device | |
| platform | Yes | VM platform to use (docker or lxd) | |
| vm_name | Yes | Name for the new VM/container | |
| vm_config | No | VM configuration |