Skip to content

Commit

Permalink
update create and delete applications and create instance details
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha-c18 committed Jan 9, 2025
1 parent 3b2f3da commit f0d3c32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion howto/application/create-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ref-application-manifest>`, specify a {ref}`boot package <ref-application-manifest>`, add multiple {ref}`tags <ref-application-manifest>`, 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.
```
Expand Down
2 changes: 1 addition & 1 deletion howto/application/delete-application.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(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. Removing an application will cause all of its versions to be removed, including all of its currently active instances. However, the instance will first enter an error state before being cleaned up. Be extra careful as this might affect your users if any are still using instances of the application you want to remove.

Once you're sure you want to remove the application, you can delete it via the dashboard or the CLI.

Expand Down
2 changes: 2 additions & 0 deletions howto/instance/create-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ Once you create an instance by providing the necessary attributes, you can view
There may be more advanced scenarios while creating an instance that cannot be performed using the dashboard and may require using the `amc` CLI.
Instances can also be created from the *Images* and *Applications* pages using the *Create an Instance* button ( ![create instance icon](/images/icons/create-instance-icon.png) ). Similarly, you can create instances from the details page of an image and an application.
```
`````
Expand Down

0 comments on commit f0d3c32

Please sign in to comment.