---
title: "Restore an archived customer"
method: POST
path: "/api/v1/customers/{id_or_alias}/unarchive"
tags: ["Customers"]
---

# Restore an archived customer

`POST /api/v1/customers/{id_or_alias}/unarchive`

## Path parameters

- `id_or_alias` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `404` — Customer not found
- `429` — Too many requests
- `500` — Internal error

## Changes

- **2026-03-27** (v1) `de35c02bb0d2` — 3 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 new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `500`
  - added the non-success response with the status `429`
- **2026-01-20** (v1) `665f680338b5` — 2 info
  - api tag `Customers` added
  - api tag `customer` removed
- **2025-10-15** (v1) `19630d3533e5` — 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/customers/:id_or_alias/unarchive/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)
