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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.startree.ai/llms.txt
Use this file to discover all available pages before exploring further.
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?