Experiments, write

Delete experiment

Throw an experiment away, hypothesis and all. The escape hatch for one started by mistake, not the way to end one: a run that happened is concluded, even if the conclusion is that there was not enough evidence. The posts and replies tagged to it are untagged and otherwise untouched. It spends nothing.

writedestructive

MCP

Tool namedelete_experiment
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "delete_experiment",
    "arguments": {
      "project_id": "<uuid>",
      "experiment_id": "<uuid>"
    }
  }
}

Input

project_idrequireduuid

The project. list_projects names them and marks the default.

experiment_idrequireduuid

The experiment. get_experiment names it.

Returns

The project's experiment state with that run gone.