---
title: "Archive Project"
method: POST
path: "/admin/clipper/{slug}/archive"
tags: ["admin-clipper"]
---

# Archive Project

`POST /admin/clipper/{slug}/archive`

Reclaim S3: delete this project's proxies + clip_assets and mark it archived. The cut
(clip_projects.doc) is kept — re-ingesting brings the proxies back and un-archives it.

## Path parameters

- `slug` string, required

## Response `200`

Successful Response

- ArchiveOut
  - `freed_bytes` integer, required
  - `clips` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/00746572572a/schema)
