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.

model_id
string
required

Aligned model id whose deployment was refreshed

Example:

"model_01hx3z9k2m4n5p6q"

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"