Skip to main content
PUT
/
monitors
/
{id}
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
isActive
boolean
default:true
required

Whether the monitor is active

projectId
string
required

The project ID this monitor belongs to

settings
object
required
notifications
object
required
regions
string[]
required

Selected monitoring regions

name
string

The name of the monitor

url
string

The URL to monitor

interval
number

The interval between checks in seconds

Required range: 60 <= x <= 86400

Response

The monitor has been successfully updated.

The response is of type object.