---
title: "Disable monitors."
method: PUT
path: "/v1/monitors/disable"
tags: ["monitorsLibraryManagement"]
---

# Disable monitors.

`PUT /v1/monitors/disable`

Bulk disable monitors by the given identifiers.

## Query parameters

- `ids` string[], required

## Response `200`

Disabled monitors

- DisableMonitorResponse — Response for disabling monitors.
  - `monitors` object — A map between an identifier and its monitor.
  - `warnings` DisableMonitorWarning[] — Warnings from the operation.
    - `code` string — A code for the warning message.
    - `message` string — A short message with details about the warning.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/18a824df1e78/schema)
