Removing a QNX Pod and a QNX Container image
In this section, you remove the pod and the container image.
After deleting the container, you can remove a pod by using
the command qcmctl pod remove; for example:
# qcmctl pod remove podsandbox1
Note:
You must first remove all of the containers
under a pod before removing the pod itself.
To remove the container image,
run qcmctl image remove with the image ID:
# qcmctl image list
REPOSITORY TAG IMAGE ID CREATED SIZE
<aws_account_id>.dkr.ecr.us-east-1.amazonaws.com/hello-container-x86_64-qnx800 v0 cab3e5f36517 2025-03-11T15:56:55 1.76MB
# qcmctl image remove cab3e5f36517
Page updated:
