Skip to main content

General

Health check

Compute API

Version: 1.0.0

Checks if the service is healthy and able to respond to requests

Parameters

fullboolean
check_dependenciesboolean
strictboolean

Returns

200

Successful Response

undefinedunknown

Endpoint

GET
/compute/health_check

Request

curl -X GET 'https://{service_host}/compute/health_check' \
-H 'Authorization: Bearer <ACCESS_TOKEN>'

Response

No response body.

Was this page helpful?