del core-dump <core-dump-file>
or del core-dump all
.% Error deleting files from core dump directory - <core dump file>
NSX 4.x
If a coredump file generated on NSX appliance has spaces in the file name, nsx cmdlet will fail to parse and delete it.
This is a known issue, which will be resolved in future product release.
To workaround this, you can delete the core dump in root shell:
cd /var/log/core
ls
rm <filename>
In version 4.1.1 an higher, when a support bundle is collected with option to remove core dump files, these core dumps will also be removed:> get support-bundle file <support-bundle-filename.tgz> all remove-core-files