Refresh Deployed Model Adapter
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)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Returns the adapter checkpoint step now live on the inference server.
Provider deployed model ID now serving requests
"6b237761-b6ec-444c-9c1d-f07a34d9611f"
Adapter checkpoint step now live on the inference server
3
Timestamp when the training server last wrote this checkpoint
"2026-07-20 23:52:02 UTC"