# Experiment

manage experiments

## Synopsis

experiments allow you to test models by splitting traffic between candidates.

```
seldon experiment <subcomand> [flags]
```

## Options

```
  -h, --help   help for experiment
```

## SEE ALSO

* [seldon](/seldon-core-2/resources/apis/cli/seldon.md) -
* [seldon experiment list](/seldon-core-2/resources/apis/cli/seldon_experiment/seldon_experiment_list.md) - get list of experiments
* [seldon experiment start](/seldon-core-2/resources/apis/cli/seldon_experiment/seldon_experiment_start.md) - start an experiment
* [seldon experiment status](/seldon-core-2/resources/apis/cli/seldon_experiment/seldon_experiment_status.md) - get status for experiment
* [seldon experiment stop](/seldon-core-2/resources/apis/cli/seldon_experiment/seldon_experiment_stop.md) - stop an experiment


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seldon.ai/seldon-core-2/resources/apis/cli/seldon_experiment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
