(howto-delete-instance)= # How to delete an instance An instance can be deleted, which will cause any connected user to be disconnected immediately. ````{tabs} ```{group-tab} CLI Run: amc delete Provide the ID of the instance that you want to delete. In some cases, it is helpful to delete all instances currently available. The `amc` command provides a `--all` flag for this, but be careful while performing a deletion of all instances. amc delete --all ``` ```{group-tab} Dashboard On the *Instances* page, click *Delete* ( ![delete application icon](/images/icons/delete-icon.png) ) and confirm the deletion. ``` ````