curl --request DELETE \
--url https://dev.startree.ai/tables/{tableName}/rebalance \
--header 'Authorization: <api-key>'
[
"<string>"
]
Cancel all rebalance jobs for the given table, and noop if no rebalance is running
curl --request DELETE \
--url https://dev.startree.ai/tables/{tableName}/rebalance \
--header 'Authorization: <api-key>'
[
"<string>"
]
The format of the key is "Basic <token>" or "Bearer <token>"
Name of the table to rebalance
OFFLINE|REALTIME
successful operation
The response is of type string[]
.