Verify the integration has been deleted
In this step, you will verify that the Docker Scout integration you deleted in the previous step is no longer listed. This confirms that the deletion was successful.
To verify the deletion, you will again use the docker scout integration ls
command to list the current integrations.
Execute the following command:
docker scout integration ls
After executing the command, observe the output. The integration named my-integration
(or whatever name you used in the previous step) should no longer appear in the list. If no integrations are configured, the output might show only the table headers or indicate that no integrations are found.
For example, if my-integration
was the only integration, the output might now look like this:
NAME TYPE STATUS
If other integrations were present, the output will list them, but my-integration
should be absent. This confirms that the docker scout integration rm
command successfully removed the integration.
You have now successfully listed, deleted, and verified the deletion of a Docker Scout integration.