Skip to main content
POST
Refresh Deployed Model Adapter

Authorizations

Authorization
string
header
required

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

Path Parameters

model_id
string
required

Response

Returns the adapter checkpoint step now live on the inference server.

deployed_model_id
string
required

Provider deployed model ID now serving requests

Example:

"6b237761-b6ec-444c-9c1d-f07a34d9611f"

adapter_checkpoint_step
integer | null

Adapter checkpoint step now live on the inference server

Example:

3

adapter_updated_at
string | null

Timestamp when the training server last wrote this checkpoint

Example:

"2026-07-20 23:52:02 UTC"