Refresh Model Deployment
General
Refresh Model Deployment
Hot-swap the latest adapter checkpoint into an already-deployed model.
Calls the training server to find the current adapter checkpoint step, then performs an undeploy + redeploy so the inference server loads the latest weights. The deployed model ID and inference URL remain unchanged.
Raises 400 if:
- Model is not in DEPLOYED state
- No adapter checkpoint is available yet (
adapter_available == false) - Job failed with a zeroth checkpoint (
status == "failed"ANDadapter_available == true)