DELETE /mltk/experiments/{experiment_id}
DELETE /mltk/experiments/{experiment_id}
Cascade delete: 1.
Description. Cascade delete:
- All trained models prefixed with
exp_{experiment_id}(lookup files). - The experiments.conf stanza.
- All
experiment_historyKV records for the experiment.
Errors during model deletion are logged but ignored.
Example.
curl -sk -u "$SPLUNK_USER:$SPLUNK_PASSWORD" -X DELETE
"$SPLUNK_HOST/servicesNS/nobody/Splunk_ML_Toolkit/mltk/experiments/abc123def456abc123def456abc12345?output_mode=json"