file_upload
Upload a file to a virtual machine by providing the destination path and base64-encoded content, supporting files up to 50 MB.
Instructions
Upload a file into a VM. Pass content as base64 string (max 50MB).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| path | Yes | Destination path inside VM | |
| content_base64 | Yes | File content encoded as base64 |