Skip to main content
Deleting a dataset is irreversible. All documents stored in the dataset will be permanently removed.
topk dataset delete --dataset my-docs
The CLI will prompt for confirmation. Use -y to skip:
topk dataset delete --dataset my-docs -y