Skip to content

Adds controller action to delete an experiment

Eduardo Bonet requested to merge delete-experiments-1 into master

What does this MR do and why?

Users can't delete experiments, this is the first MR with the backend change to enable it. Gated behind :ml_experiment_tracking feature flag. No UX/UI changes.

Queries

DELETE FROM "ml_experiments" WHERE "ml_experiments"."id" = 25

https://postgres.ai/console/gitlab/gitlab-production-tunnel-pg12/sessions/16950/commands/57606

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Eduardo Bonet

Merge request reports

Loading