# `bird contact-properties unarchive`

## Usage

```bash
bird contact-properties unarchive <property-id> [flags]
```

## Description

Reactivate an archived contact property so its key is accepted in contact writes and renders in templates again. Fails with a conflict if the property is not archived.

## Examples

```bash
bird contact-properties unarchive <id>
```

## Options

| Name                | Description                                                  |
| ------------------- | ------------------------------------------------------------ |
| `--idempotency-key` | Deduplication key; a retry with the same key won't act twice |
| `--response-schema` | Print the fields this command returns, then exit             |

## Related

| Name                                                                                | Description                                 |
| ----------------------------------------------------------------------------------- | ------------------------------------------- |
| [`bird contact-properties archive`](/docs/cli/reference/contact-properties-archive) | Archive a contact property                  |
| [`bird contact-properties create`](/docs/cli/reference/contact-properties-create)   | Define a custom contact property.           |
| [`bird contact-properties get`](/docs/cli/reference/contact-properties-get)         | Get a contact property                      |
| [`bird contact-properties list`](/docs/cli/reference/contact-properties-list)       | List contact properties                     |
| [`bird contact-properties update`](/docs/cli/reference/contact-properties-update)   | Update a contact property's fallback value. |