v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19273210655.1 KB
Sites

Update healthcheck endpoint

Update the healthcheck endpoint for the site.

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

put/orgs/{organization}/servers/{server}/sites/{site}/healthcheck

Path parameters

organizationstring required

The organization slug

serverinteger required

The server ID

siteinteger required

The site ID

Request body

healthcheck_endpointstring uri nullable

The endpoint / URL that should be used to perform healthchecks.

Example request

{
  "healthcheck_endpoint": "https://my-app.com/up"
}

Response

No content