Authorizations
The format of the key is "Basic <token>" or "Bearer <token>"
Path Parameters
Name of the table to rebalance
Query Parameters
OFFLINE|REALTIME
Response
200 - application/json
successful operation
The response is of type string[].
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[].
Was this page helpful?