Deleting Cluster - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

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>