---
title: "Archive an add-on"
method: POST
path: "/api/v1/addons/{addon_id}/archive"
tags: ["Add-ons"]
---

# Archive an add-on

`POST /api/v1/addons/{addon_id}/archive`

## Path parameters

- `addon_id` string, MeteroidId, required

## Response `204`

Add-on archived

## Other responses

- `401` — Unauthorized
- `404` — Add-on not found
- `429` — Too many requests

## Changes

> 54 revisions in range; 2 could not be searched.

- **2026-03-27** (v1) `de35c02bb0d2` — 2 warning, 1 info
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `401`
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `404`
  - added the non-success response with the status `429`
- **2026-03-20** (v1) `51c7018cc5ef` — 1 info
  - endpoint added
- **2025-07-09** (v1) `dece17f86f99` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/meteroid-oss/apis/meteroid/changes/api/v1/addons/:addon_id/archive/post.md)

---

[API](https://skmtc.dev/meteroid-oss/apis/meteroid.md) · [All operations](https://skmtc.dev/meteroid-oss/apis/meteroid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/meteroid-oss/meteroid/revisions/03f9d8ae5c5e/schema)
