Skip to main content
DELETE
/
v1
/
preview
/
models
/
{model_id}
/
checkpoints
{
  "deleted_count": 123,
  "not_found_steps": [
    123
  ]
}

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

Body

application/json

Schema for deleting checkpoints.

steps
integer[]
required

Response

Successful Response

Schema for delete checkpoints response.

deleted_count
integer
required
not_found_steps
integer[]
required
I