---
title: "Create server monitor"
method: POST
path: "/orgs/{organization}/servers/{server}/monitors"
tags: ["Monitors"]
---

# Create server monitor

`POST /orgs/{organization}/servers/{server}/monitors`

Add a new monitor to the server.

Processing mode: <small><code>async</code></small>

## Path parameters

- `organization` string, required
- `server` integer, required

## Request body

- CreateMonitorRequest
  - `type` 'cpu_load' | 'disk' | 'free_memory' | 'used_memory', required
  - `operator` 'gte' | 'lte', required
  - `threshold` number, required — The threshold to alert on once breached.
  - `minutes` integer — The frequency in minutes to evaluate the monitor.
  - `notify` string, email, required — The email address to notify when the monitor is in an alert state.

## Response `202`

`MonitorResource`

## Other responses

- `403` — Authorization error
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.dev/mfullbrook/apis/forge.md) · [All operations](https://skmtc.dev/mfullbrook/apis/forge/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mfullbrook/forge/revisions/24ad66d99f93/schema)
