Dataset management API — list, inspect, and delete
List all datasets in your Pioneer account, inspect version history and example counts, and delete datasets you no longer need. Storage is free on all plans.
Datasets are the foundation of every fine-tuning workflow on Pioneer. You create them through the synthetic data generation API or by uploading your own files, and Pioneer stores them at no cost. Use these endpoints to list your available datasets, inspect their versions, and delete datasets you no longer need.
Datasets are created via POST /generate or by uploading files directly. To start training, a dataset must be in the ready state.
DELETE /felix/datasets/:namePermanently deletes a dataset and all its versions. This action cannot be undone.
Deleting a dataset does not affect training jobs that have already completed using it, but you will not be able to retrain or run new evaluations with the deleted dataset.