Deleting Cluster - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & References

Portfolio
Industrial Edge
Product
Industrial Edge
Edition
02/2025
Language
English

To delete the clusteruse the command:

kind delete cluster

To delete the IED use the command:

docker ps #to check ied container id
docker rm -f < Container_ID>
docker rmi -f <ied image name>