curl --request POST \
--url https://dev.startree.ai/segments/{tableNameWithType}/reset \
--header 'Authorization: <api-key>'{
"status": "<string>"
}Resets segments by disabling and then enabling them
curl --request POST \
--url https://dev.startree.ai/segments/{tableNameWithType}/reset \
--header 'Authorization: <api-key>'{
"status": "<string>"
}The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table with type
Name of the target instance to reset
Whether to reset only segments with error state
successful operation
Was this page helpful?