vboxmanage-cloud
Manage cloud instances from VirtualBox
TLDR
List cloud instances
$ vboxmanage cloud --provider=[provider] --profile=[profile] instance list
Create cloud instance$ vboxmanage cloud --provider=[provider] --profile=[profile] instance create
Terminate cloud instance$ vboxmanage cloud --provider=[provider] --profile=[profile] instance terminate --id=[id]
SYNOPSIS
vboxmanage cloud --provider=provider --profile=profile command
DESCRIPTION
vboxmanage cloud manages cloud instances from VirtualBox. Integrates with Oracle Cloud Infrastructure (OCI) for managing cloud VMs alongside local VMs.
PARAMETERS
--provider name
Cloud provider (e.g., OCI).--profile name
Cloud profile name.instance cmd
Instance operations.image cmd
Image operations.network cmd
Network operations.
SEE ALSO
vboxmanage(1)
