Update pages/common/vboxmanage-cloud.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Gilad Alboher 2023-12-13 12:24:24 +02:00 committed by GitHub
parent 3ca442c382
commit 689de8fd2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
> VirtualBox command-line interface for managing cloud instances and images.
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-cloud>.
- 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}}`