Skip to main content
DELETE
/
v1
/
preview
/
models
/
{model_id}
{
  "model_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "deleted_checkpoints": 123,
  "deleted_run": true
}

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

Successful Response

Schema for delete model response.

model_id
string<uuid>
required
deleted_checkpoints
integer
required
deleted_run
boolean
required