vboxmanage-cloud
Verified for current stable LTS
Vboxmanage Cloud Command: List Images Compartment State
Use for list images compartment state with Vboxmanage Cloud. Exact CLI syntax to list images compartment state using Vboxmanage Cloud.
When to use this: Use for list images compartment state with Vboxmanage Cloud.
Command Syntax
VBoxManage cloud --provider=<provider_name> --profile=<profile_name> list images --compartment-id=<compartment_id> --state=<state_name> VBoxManage cloud --provider=<provider_name> --profile=<profile_name> list images --compartment-id=<compartment_id> --state=<state_name> Live Command Builder
Final Command
VBoxManage cloud --provider=<provider_name> --profile=<profile_name> list images --compartment-id=<compartment_id> --state=<state_name> Command Breakdown
--provider=<provider_name>- Command Option
- Tool-specific option used by this command invocation.
--profile=<profile_name>- Command Option
- Tool-specific option used by this command invocation.
--compartment-id=<compartment_id>- Command Option
- Tool-specific option used by this command invocation.
--state=<state_name>- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list images compartment state using Vboxmanage Cloud.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
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 Command: Create Instance VBoxManage cloud --provider=<provider_name> --profile=<profile_name> instance create --domain-name=<domain_name> --image-id=<image_id> Vboxmanage Cloud Command: Delete Image By Id VBoxManage cloud --provider=<provider_name> --profile=<profile_name> image delete --id=<unique_id> Vboxmanage Cloud Command: Info Image By Id VBoxManage cloud --provider=<provider_name> --profile=<profile_name> image info --id=<unique_id> Vboxmanage Cloud Command: Info Instance By Id VBoxManage cloud --provider=<provider_name> --profile=<profile_name> instance info --id=<unique_id>