From 689de8fd2a300ccc0f89dadb7bace8309e35c41d Mon Sep 17 00:00:00 2001 From: Gilad Alboher <136579814+giladAlboher@users.noreply.github.com> Date: Wed, 13 Dec 2023 12:24:24 +0200 Subject: [PATCH] Update pages/common/vboxmanage-cloud.md Co-authored-by: Juri Dispan --- pages/common/vboxmanage-cloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}`