Note: With the latest 1.23.0 release, the Anbox Cloud documentation is moved to https://documentation.ubuntu.com/anbox-cloud/en/latest/. Hence, the information in this discourse post may be obsolete. The documentation posts on discourse will be unlisted and archived shortly.
Discourse will still be used for user engagement and release announcements.
The delete
command deletes an instance.
amc delete <instance_id> [options]
The following options are available:
Option | Description |
---|---|
-a , -all |
Deletes all existing instances |
-f , --force |
Forcibly removes an instance |
-h , --help |
Displays help information for the command |
--no-wait |
Indicates not to wait for the delete operation to finish |
-n , --node |
This option only works when used in combination with --all and can be used to select only instances for the specified node. Input type: String |
-t , --timeout |
Indicates the maximum time to wait for the operation to complete. The default value is 5m |
-y , --yes |
Runs non interactively assuming yes for all prompts |