## trivy module uninstall Uninstall a module ``` trivy module uninstall [flags] REPOSITORY ``` ### Options ``` -h, --help help for uninstall ``` ### Options inherited from parent commands ``` --cacert string Path to PEM-encoded CA certificate file --cache-dir string cache directory (default "/path/to/cache") -c, --config string config path (default "trivy.yaml") -d, --debug debug mode --enable-modules strings [EXPERIMENTAL] module names to enable --generate-default-config write the default config to trivy-default.yaml --insecure allow insecure server connections --module-dir string specify directory to the wasm modules that will be loaded (default "$HOME/.trivy/modules") -q, --quiet suppress progress bar and log output --timeout duration timeout (default 5m0s) -v, --version show version ``` ### SEE ALSO * [trivy module](trivy_module.md) - Manage modules