$Date: 2019-07-19 09:26:18 +0000 (Fri, 19 Jul 2019) $ VBoxManage cloud instance VBoxManage-cloudinstance 1 VBoxManage-cloudinstance Manage the cloud instances Oracle VM VirtualBox VBoxManage cloud --provider=name --profile=name instance info --id=unique id VBoxManage cloud --provider=name --profile=name instance terminate --id=unique id VBoxManage cloud --provider=name --profile=name instance start --id=unique id VBoxManage cloud --provider=name --profile=name instance pause --id=unique id Description Common options The subcommands of cloudinstance implement the standard operations for a cloud instance like start/pause/show/terminate. The next common options must be placed between the "cloud" and the following sub-commands: --provider=name Short cloud provider name. --profile=name Cloud profile name. cloud instance info Display information about a cloud instance with a specified id. Unique identifier which fully identify the instance in the Cloud. cloud instance termination Delete a cloud instance with a specified id. Unique identifier which fully identify the instance in the Cloud. cloud instance start Start a cloud instance with a specified id. Unique identifier which fully identify the instance in the Cloud. cloud instance pause Pause a cloud instance with a specified id. Unique identifier which fully identify the instance in the Cloud.