---
title: "Run"
method: POST
path: "/v1/monitors/run"
tags: ["Monitors"]
---

# Run

`POST /v1/monitors/run`

Enqueue a list of existing monitors to be immediately run. Note that a success here just means that we have enqueued the monitors to be run, not that they have finished running

## Request body

- RunMonitorsRequest
  - `testIds` string[]

## Response `200`

Success

---

[API](https://skmtc.dev/metaplane/apis/metaplane-api.md) · [All operations](https://skmtc.dev/metaplane/apis/metaplane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/metaplane/metaplane-api/revisions/97bbb4440547/schema)
