Skip to main content
POST
Deploy Rebalance

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null
x-api-key
string | null

Path Parameters

deploy_id
string
required

Body

application/json
target_deploy_id
string
required

Deployment to grow using GPUs freed from this one.

count
integer
required

Number of target instances to create.

Required range: 1 <= x <= 2147483647
dry_run
boolean
default:false

Validate and preview without moving anything.

Response

Successful Response

gpu
string
required

GPU type being rebalanced.

source_instances
integer
required

Source instances now.

source_instances_after
integer
required

Source instances once the rebalance completes.

target_instances
integer
required

Target instances now.

target_instances_after
integer
required

Target instances once the rebalance completes.

replace_id
string
default:""

Id of the started rebalance; empty on a dry run.