Skip to main content
Andre Alves
MVP ⭐️⭐️⭐️⭐️⭐️
MVP ⭐️⭐️⭐️⭐️⭐️
May 19, 2026
Solved

Removing a Deployed Flow App from a Cognite Cluster

  • May 19, 2026
  • 6 replies
  • 143 views

Is it possible to remove a Flow App from a Cognite cluster after it has already been deployed?

Best answer by Elias Bjørne

Yes, it is possible using our API, we are working on getting this also supported through our CLI very soon

6 replies

Practitioner ⭐️⭐️⭐️
May 19, 2026

Yes, it is possible using our API, we are working on getting this also supported through our CLI very soon

Committed ⭐️⭐️
July 16, 2026

Is there any new updates to this?

Seasoned ⭐️⭐️⭐️
August 7, 2026

Hi could you point me to the correct api end-point for an app version deletion/archival?

Practitioner ⭐️⭐️⭐️
August 10, 2026

Hi, everyone, sorry for the late response! You can run: 
npx @cognite/cli@latest apps delete --help 

To see how to use this. I am also updating documentation so its easier to see how this is used

Seasoned ⭐️⭐️⭐️
August 10, 2026

Nice, ​@Elias Bjørne. Thanks!
Will it be also possible to do that also through the rest api, just by passing the app externalId, for example?

Peter  Arwanitis
Practitioner ⭐️⭐️⭐️
Practitioner ⭐️⭐️⭐️
August 19, 2026

this question come up again, especially asking for

  1. low-level CDF API based approach to delete, which can be scripted for example in Python, not requiring `npm`
  2. CDF Toolkit support for cdf-ops CI/CD scripting 
  3. Documentation update about the options

npx @cognite/cli@latest apps delete --help is nice but not covering all needs