---
title: "Restore a Hub"
method: PUT
path: "/v1/hub/{hub_id}/restore"
tags: ["Hub"]
---

# Restore a Hub

`PUT /v1/hub/{hub_id}/restore`

Restore a specific hub, identified by its UUID, that has been previously deleted

## Path parameters

- `hub_id` string, uuid, required

## Response `200`

Hub successfully restored

- object
  - `metadata` object
  - `data` string

## Other responses

- `403` — You do not have the appropriate permissions
- `404` — Hub not found

## Changes

- **2025-07-05** `9c58c1c1e7e8` — 1 info
  - endpoint added
- **2025-07-05** `69960ee36427` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/morta-technology/apis/morta-api-reference/changes/v1/hub/:hub_id/restore/put.md)

---

[API](https://skmtc.dev/morta-technology/apis/morta-api-reference.md) · [All operations](https://skmtc.dev/morta-technology/apis/morta-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morta-technology/morta-api-reference/revisions/9c58c1c1e7e8/schema)
