From 840dbbef714a527e69c0f003abc421a5cb90a7ce Mon Sep 17 00:00:00 2001 From: Anusha Chaturvedi Date: Thu, 9 Jan 2025 16:49:23 +0530 Subject: [PATCH] update create and delete applications details --- howto/application/create-application.md | 8 +++++++- howto/application/delete-application.md | 4 +++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/howto/application/create-application.md b/howto/application/create-application.md index 5562470c..f4e0d217 100644 --- a/howto/application/create-application.md +++ b/howto/application/create-application.md @@ -123,7 +123,13 @@ resources: ```{group-tab} Dashboard -Click *Create application* on the applications page, enter the required and any optional details that you want to provide and confirm with *Create application* again. The *Create application* form also provides an option to customise your application manifest. +Click *Create application* on the applications page, enter the required and any optional details that you want to provide and confirm with *Create application* again. + +An application can be created either in a VM or a container. Selecting one of these options will update the image field to only show images of the chosen type. The default image for the selected type is automatically populated in the image field. + +The advanced fields allows you to define a {ref}`version `, specify a {ref}`boot package `, add multiple {ref}`tags `, and disable {ref}`sec-application-manifest-watchdog`. + +The *Create application* form also provides an option to customise your application manifest. There may be more advanced scenarios while creating an application that cannot be performed using the dashboard and may require using the `amc` CLI. ``` diff --git a/howto/application/delete-application.md b/howto/application/delete-application.md index af1382d4..3e721687 100644 --- a/howto/application/delete-application.md +++ b/howto/application/delete-application.md @@ -1,7 +1,9 @@ (howto-delete-application)= # How to delete an application -When an application is no longer needed, it can be fully removed from Anbox Cloud. Removing an application will cause all of its versions to be removed, including all of its currently active instances. Be extra careful as this might affect your users if any are still using instances of the application you want to remove. +When an application is no longer needed, it can be fully removed from Anbox Cloud. However, be mindful of the consequences that come with removing an application such as: +- Removal of associated base instances. Note that the base instance could first enter an error state before being cleaned up. +- Removal of all the versions of the deleted application. Once you're sure you want to remove the application, you can delete it via the dashboard or the CLI.