kosa8 docs

Commands / kosa8 sandbox rm

kosa8 sandbox rm

Stop and delete a sandbox

Usage

kosa8 rm SANDBOX

Stops the sandbox and deletes its disks.

With --wipe each disk is first overwritten with a pseudorandom pattern, read back to verify it, and only then deleted (NIST SP 800-88 Clear), and the audit log records what was wiped, how, and whether it verified. On SSDs and copy-on-write filesystems an overwrite cannot reach every old copy of the data; full-disk encryption is what covers those, and the report says so.

Options

FlagTypeWhat it doesDefault
--wipebooloverwrite and verify the sandbox's disks before deleting them, and audit it—