curl --request POST \
--url https://dev.startree.ai/segments/{tableName}/{segmentName}/reload \
--header 'Authorization: <api-key>'{
"status": "<string>"
}Reload a segment
curl --request POST \
--url https://dev.startree.ai/segments/{tableName}/{segmentName}/reload \
--header 'Authorization: <api-key>'{
"status": "<string>"
}The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table
Name of the segment
Whether to force server to download segment
Name of the target instance to reload
successful operation
Was this page helpful?