LinuxCommandLibrary

vboxmanage-cloud

Manage cloud instances from VirtualBox

TLDR

List cloud instances

$ vboxmanage cloud --provider=[provider] --profile=[profile] instance list
copy
Create cloud instance
$ vboxmanage cloud --provider=[provider] --profile=[profile] instance create
copy
Terminate cloud instance
$ vboxmanage cloud --provider=[provider] --profile=[profile] instance terminate --id=[id]
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community