---
title: "Regenerate the airgap password used to access the customer's download portal."
method: POST
path: "/customer/{customer_id}/airgap/password"
tags: ["customers"]
---

# Regenerate the airgap password used to access the customer's download portal.

`POST /customer/{customer_id}/airgap/password`

Generate a new password (or set a provided one) for accessing the customer's airgap download portal.

Required RBAC Policy: kots/license/[:licenseid]/airgap/password

## Path parameters

- `customer_id` string, required

## Request body

- object
  - `password` string

## Response `200`

PostAirgapPasswordResponse contains the returned password

- object
  - `password` string, required

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