Uptimeify Docs
MonitorsSsh monitors

Delete SSH Monitor

Deletes an SSH monitor.

DELETE /api/ssh-monitors/:sshMonitorPublicId

Authentication

Requires a valid session and write access.

  • Header: Authorization: Bearer <token>

Parameters

  • sshMonitorPublicId (Path, required): SSH monitor public UUID.

cURL

curl -X DELETE "https://YOUR_DOMAIN/api/ssh-monitors/44444444-4444-4444-8444-444444444444" \
 -H "Authorization: Bearer $TOKEN"

Response

{ "success": true }

Errors

  • 400 SSH monitor public ID (UUID) required
  • 401 Unauthorized
  • 403 Forbidden
  • 404 Not found

On this page