v4
latestOpenAPI 3.1.02026-07-31155218294.8 KBDedicated Models
Deploy Rebalance Status
Status of GPU pool rebalances touching this deployment. A just-started rebalance can take a moment to appear. A finished or cancelled rebalance leaves both deployments' min/max instances fixed at the final counts; edit them to resume autoscaling.
get/deploy/{deploy_id}/rebalance
Path parameters
deploy_idstring required
Headers
xi-api-keystring nullable
x-api-keystring nullable
Response
Successful Response
Example response
{
"active": {
"status": "active"
},
"recent": [
{
"status": "active"
}
]
}