---
title: "Delete Checkpoint"
method: DELETE
path: "/tailored-gen/models/{model_id}/checkpoints/{checkpoint_step}"
tags: ["Model"]
---

# Delete Checkpoint

`DELETE /tailored-gen/models/{model_id}/checkpoints/{checkpoint_step}`

Permanently delete a specific model checkpoint. Cannot delete the checkpoint currently selected for inference.

## Path parameters

- `model_id` integer, required
- `checkpoint_step` integer, required

## Headers

- `api_token` string, required

## Response `204`

Checkpoint successfully deleted.

## Other responses

- `400` — Bad Request (cannot delete active checkpoint)
- `404` — Not Found

---

[API](https://skmtc.net/bria-ai/apis/tailored-generation-api-reference.md) · [All operations](https://skmtc.net/bria-ai/apis/tailored-generation-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bria-ai/tailored-generation-api-reference/revisions/806c6d31631b/schema)
