vboxmanage-cloud

Verified for current stable LTS

Vboxmanage Cloud Commands

Vboxmanage Cloud command syntax with verified terminal examples.

Commands

8 commands for Vboxmanage Cloud

vboxmanage-cloud

Vboxmanage Cloud Command: Create Image From Instance

VBoxManage cloud --provider=<provider_name> --profile=<profile_name> image create --instance-id=<instance_id> --display-name=<display_name> --compartment-id=<compartment_id>
vboxmanage-cloud

Vboxmanage Cloud Command: Create Instance

VBoxManage cloud --provider=<provider_name> --profile=<profile_name> instance create --domain-name=<domain_name> --image-id=<image_id>
vboxmanage-cloud

Vboxmanage Cloud Command: Delete Image By Id

VBoxManage cloud --provider=<provider_name> --profile=<profile_name> image delete --id=<unique_id>
vboxmanage-cloud

Vboxmanage Cloud Command: Info Image By Id

VBoxManage cloud --provider=<provider_name> --profile=<profile_name> image info --id=<unique_id>
vboxmanage-cloud

Vboxmanage Cloud Command: Info Instance By Id

VBoxManage cloud --provider=<provider_name> --profile=<profile_name> instance info --id=<unique_id>
vboxmanage-cloud

Vboxmanage Cloud Command: List Images Compartment State

VBoxManage cloud --provider=<provider_name> --profile=<profile_name> list images --compartment-id=<compartment_id> --state=<state_name>
vboxmanage-cloud

Vboxmanage Cloud Command: List Instances State Compartment

VBoxManage cloud --provider=<provider_name> --profile=<profile_name> list instances --state=<running|terminated|paused> --compartment-id=<compartment_id>
vboxmanage-cloud

Vboxmanage Cloud Command: Terminate Instance By Id

VBoxManage cloud --provider=<provider_name> --profile=<profile_name> instance terminate --id=<unique_id>

Suggest a Vboxmanage Cloud Command

Submit missing workflows, corrections, or verified alternatives for this tool.

FAQ

Coverage: Focused examples for common Vboxmanage Cloud workflows.

Verified version: current stable LTS.

Verification: Test commands in a disposable workspace and submit notes for edge cases.