> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openlayer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage tests

> Select multiple tests on the Results page to run, pause, duplicate, tag, archive, or delete them.

On the **Results** page, you can select several tests at once and apply actions
from the overflow menu. To pause a single test from a row overflow, see
[Pausing tests](/tests/test-configuration#pausing-tests).

## Select tests

On the Results page, select the tests you want to act on. After you select more
than one test, open the overflow menu for the bulk actions below.

## Run, pause, duplicate, tag

The overflow menu includes:

* **Run selected** — in [monitoring mode](/monitoring/overview), run the selected
  tests.
* **Pause selected** — pause the selected tests so they do not compute results.
  For the single-test overflow and the paused-tests banner, see
  [Pausing tests](/tests/test-configuration#pausing-tests).
* **Duplicate selected** — duplicate the selected tests.
* **Tag selected** — tag the selected tests.

## Archive and unarchive

* **Archive selected** — archive the selected tests. Archiving hides a test
  while preserving its result history, and you can reverse it from the platform.
* **Unarchive selected** — restore archived tests you have selected.

To archive tests from the CLI instead of the Results page, see
[`openlayer tests delete`](/api-reference/cli/commands/tests).

## Delete

* **Delete selected** — delete the selected tests.

To remove tests from the CLI, see
[`openlayer tests delete`](/api-reference/cli/commands/tests).
