Documentation Index
Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
background experiments are available in
arize-phoenix 14.0.0+.How Background Jobs Work
Each experiment started from the Playground is backed by an experiment job on the server. The job:- Runs tasks across your dataset in batches, respecting provider rate limits.
- Makes results visible progressively — any browser tab viewing the experiment polls the server, so progress appears without a manual refresh.
- Continues running after the browser disconnects.
- Is automatically resumed by the server after a restart or crash, so no runs are lost.
| Status | Meaning |
|---|---|
RUNNING | The job is currently executing tasks or evaluations. |
COMPLETED | All tasks and evaluations finished successfully. |
STOPPED | The job was paused — either by user action, or by a connection drop for an ephemeral run. Can be resumed. |
ERROR | The job was halted by the server after repeated failures from the LLM provider. Can be resumed once the issue is addressed. |
Starting a Background Experiment
From the Playground, configure your prompt, model, and dataset as usual (see Run Experiments) and click Run. The experiment immediately appears in the experiments table on the dataset page with a status badge reflecting its current job state.Monitoring Running Experiments

- Job status — Running, Completed, Stopped, or Error.
- Job progress — number of completed runs out of the total expected.
- Error rate — percentage of runs that errored out.
Stopping and Resuming
Stop and Resume live on the three-dot action menu next to each experiment in the experiments table. While an experiment is still running in the Playground itself, the Run button also acts as a Stop button — clicking it stops the job and cancels the in-browser run. From the action menu on an experiment row:- Stop — pauses the job. In-flight LLM calls are allowed to finish; no new work is dispatched. Only appears while status is
RUNNING. - Resume — restarts a stopped or errored job. Phoenix re-queries the database for incomplete task runs and missing evaluations, so only outstanding work is executed. Already-completed runs are not re-run. Appears for any non-running job.
- Attach a new dataset evaluator and score existing runs.
- Re-run failed tasks after a transient provider outage.

