curl --request POST \
--url https://api.blaxel.ai/v0/privateclusters/{privateClusterName}/health \
--header 'Authorization: Bearer <token>'
curl --request POST \
--url https://api.blaxel.ai/v0/privateclusters/{privateClusterName}/health \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Name of the private cluster
successful operation
Was this page helpful?