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

# Archive Project Endpoint

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

Archive a whole project: cancel its queued cold emails, stop live
campaigns to Paused, zero all budgets, autopilot off, hide it everywhere
(`is_active=false`). The project-level analog of campaign archive —
see api/app_auto_gtm/project_archive.py. Reversible via /unarchive
(campaigns stay Paused and budgets stay $0 after restore). Idempotent:
archiving an already-archived project is a no-op 200.

## 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)
