---
title: "Restaurar um projeto"
method: GET
path: "/api/management/projects/{id}/restore"
tags: ["projects", "Projetos"]
---

# Restaurar um projeto

`GET /api/management/projects/{id}/restore`

Restaura um projeto que foi deletado, devolvendo-o às listagens com todos os vínculos que tinha.

## Response `200`

Resposta de sucesso

- object — Confirmação de que a operação foi concluída.
  - `response` boolean, required — Sempre true quando a operação é concluída.

## Other responses

- `401` — Não autorizado
- `404` — Não encontrado

## Changes

- **2026-08-24** `3c590152d5b5` — 1 breaking, 7 info
  - the `error` response's property format changed from `style` to no format for status `404`
  - the response property `error` became required for the status `401`
  - the response property `error` became required for the status `404`
  - the response property `message` became required for the status `401`
  - …4 more
- **2026-08-19** `3d619d9db20d` — 4 info
  - api tag `Projetos` added
  - api tag `restore` removed
  - api tag `{id}` removed
  - added the media type `application/json` for the response with the status `404`

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/projects/:id/restore/get.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/olie-ai/olie-api/revisions/8c9bac94e5ad/schema)
