Rebalance To Existing Targets

View as MarkdownOpen in Claude
Rebalance the specified model back to its currently saved target allocations. The response returns a subscription key that is used to poll for the resulting allocation preview via the standard subscription workflow.

Authentication

AuthorizationBearer
SSO bearer token.

Request

This endpoint expects an object.
reqIDlongRequired
Request identifier to uniquely track a request.
modelstringRequired
Name of the model to rebalance.
subscriptionKeystringOptional

Subscription key returned by a prior polling response. Send an empty string on the initial request; supply the returned key on follow-up poll requests.

Response

Successfully submitted rebalance-to-existing-targets request.

reqIDstringOptional
Request identifier echoed from the originating request.
subscriptionKeystringOptional

Subscription key to include on follow-up poll requests.

subscriptionStatuslongOptional

Polling state indicator.

  • 0 - Result is still being computed; continue polling.
  • 1 - Result is ready.

Errors

401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error