---
title: "Delete Model"
method: DELETE
path: "/v1/preview/models/{model_id}"
tags: ["models"]
---

# Delete Model

`DELETE /v1/preview/models/{model_id}`

Delete a model, all its checkpoints, artifacts, and the associated W&B run.

## Path parameters

- `model_id` string, required

## Response `200`

Successful Response

- DeleteModelResponse — Schema for delete model response.
  - `model_id` string, uuid, required
  - `deleted_checkpoints` integer, required
  - `deleted_run` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/wandb/apis/serverless-training.md) · [All operations](https://skmtc.net/wandb/apis/serverless-training/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/serverless-training/revisions/8d8d96fc0fd3/schema)
