upload_file
Uploads a file to a virtual machine. Specify the VM name, destination path, and content of the file.
Instructions
Upload a file to a VM.
Args: vm_name: Name of the VM to upload to. path: Destination path in the VM. content: Content of the file.
Returns: Success/failure message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm_name | Yes | ||
| path | Yes | ||
| content | Yes |