diff --git a/pages/common/vboxmanage-cloud.md b/pages/common/vboxmanage-cloud.md index e7e785ab8d..352cdd1b07 100644 --- a/pages/common/vboxmanage-cloud.md +++ b/pages/common/vboxmanage-cloud.md @@ -3,7 +3,7 @@ > VirtualBox command-line interface for managing cloud instances and images. > More information: . -- List Instances: +- List the instances in the specified state belonging to the specified compartment: `VBoxManage cloud --provider={{provider_name}} --profile={{profile_name}} list instances --state={{running|terminated|paused}} --compartment-id={{compartment_id}}`