monitor_id
in the path and submitting the new configuration values in the request body. You can modify properties such as the name
, description
, or timezone
to keep the server's metadata up to date.This endpoint is helpful for maintaining clear and meaningful labels in your monitoring dashboard, especially when server roles change, descriptions need refinement, or timezone alignment improves data readability.
Use cases:
- Rename monitored servers — Keep server names consistent with their real-world purpose or environment.
- Update descriptions — Add context or notes that make it easier to identify monitored systems during troubleshooting.
- Correct timezone configuration — Ensure metric timestamps align with local server time for easier data interpretation.
To view the current details of a server before updating, use the Get Specific Server Monitor endpoint.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the server resource will be updated, and a confirmation message along with the updated resource ID will be returned.
- If the request is unauthorized or the provided ID is invalid, an error message will be returned, specifying the issue.