---
title: "Restore model"
method: POST
path: "/v1/models/{id}/restore"
tags: ["Models"]
---

# Restore model

`POST /v1/models/{id}/restore`

Restore a soft-deleted model and model files deleted by the same cascade.

## Path parameters

- `id` string, required

## Response `204`

Model restored successfully

- unknown

## Other responses

- `404` — Model not found
- `500` — Internal server error

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/844a2377a76d/schema)
