---
title: "Unarchive a customer."
method: POST
path: "/customer/{customer_id}/unarchive"
tags: ["customers"]
---

# Unarchive a customer.

`POST /customer/{customer_id}/unarchive`

Restore a previously archived customer, making their license and associated data active again.
Useful for re-enabling access for customers who were previously deactivated.

Required RBAC Policy: kots/license/[:licenseid]/unarchive

## Path parameters

- `customer_id` string, required

## Response `204`

On success, no payload returned

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/revisions/6fcf9e54aba4/schema)
