---
title: "Unarchive Project Endpoint"
method: POST
path: "/api/app-auto-gtm/projects/{project_id}/unarchive"
tags: ["AppAutoGtm"]
---

# Unarchive Project Endpoint

`POST /api/app-auto-gtm/projects/{project_id}/unarchive`

Restore an archived project into every list/dashboard. Campaigns stay
Paused and budgets stay $0 — restore never silently resumes spend (the
campaign-archive invariant). 409 `domain_conflict` when the org created a
new active project on the same domain while this one was archived
(partial unique index uq_project_org_domain_active).

## Path parameters

- `project_id` integer, required

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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