cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Undeploy (delete) an APP

andreaCaria
Participant

Hi all,
is it possible to delete an app that have been deployed on dynatrace?
We have made a typo an the ID and after deploying the correct one the previuos one is still present, so there is a duplicate in the app-hub..

4 REPLIES 4

natanael_mendes
Champion

Yes, is totatlly possible. 

Go to settings>monitoring> aplications and you will see the flag to delete this app

 

natanael_mendes_0-1695307020919.png

 

Dynatrace Professional Certified

Sorry, but I was talking of a custom APPLICATION developoped and deployed in dyanatrace like this:

npm run deploy

andreaCaria_0-1695309602007.png

You can see the duplication here.

Thanks,

Andrea

oh, ok. I looked at the documentation page and found this

uninstallApp

appEngineRegistryAppsClient.uninstallApp(config): Promise<void>

Uninstall an app.

Required scope: app-engine:apps:delete

 

Documentation Page:

https://developer.dynatrace.com/reference/sdks/client-app-engine-registry/

Dynatrace Professional Certified

stefan_eggersto
Dynatrace Mentor
Dynatrace Mentor

Hi @andreaCaria,

the simplest approach to uninstall an app is via Hub app. You can find the documentation at https://www.dynatrace.com/support/help/manage/hub#uninstall

Featured Posts