---
title: "Pause or change resolution for multiple checks."
method: PUT
path: "/checks"
tags: ["Checks"]
---

# Pause or change resolution for multiple checks.

`PUT /checks`

Pause or change resolution for multiple checks in one bulk call.

## Request body

- object
  - `paused` boolean — Use value: true to pause the check(s) and value: false to unpause it(them).
  - `resolution` 1 | 5 | 15 | 30 | 60
  - `checkids` string — Comma-separated list of identifiers for checks to be modified. Invalid check identifiers will be ignored. Default: all checks

## Response `200`

Successful operation

- object
  - `message` string

---

[API](https://skmtc.net/pingdom/apis/pingdom-public-api.md) · [All operations](https://skmtc.net/pingdom/apis/pingdom-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pingdom/pingdom-public-api/revisions/d05c91a3c64b/schema)
