curl --request PUT \
--url https://api.blaxel.ai/v0/privateclusters/{privateClusterName} \
--header 'Authorization: Bearer <token>'
{
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"continent": "<string>",
"country": "<string>",
"displayName": "<string>",
"healthy": true,
"lastHealthCheckTime": "<string>",
"latitude": "<string>",
"longitude": "<string>",
"name": "<string>",
"ownedBy": "<string>",
"workspace": "<string>"
}
curl --request PUT \
--url https://api.blaxel.ai/v0/privateclusters/{privateClusterName} \
--header 'Authorization: Bearer <token>'
{
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"continent": "<string>",
"country": "<string>",
"displayName": "<string>",
"healthy": true,
"lastHealthCheckTime": "<string>",
"latitude": "<string>",
"longitude": "<string>",
"name": "<string>",
"ownedBy": "<string>",
"workspace": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Name of the private cluster
successful operation
A private cluster where models can be located on. Time fields for Persistance Owner fields for Persistance
Was this page helpful?