> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Update data list status

> Change the lifecycle status of a data list to active, inactive, or archived; global lists honor per-tenant overrides — PATCH /data-lists/{id}/status.

## Overview

Changes list lifecycle status. For **global** lists, the API updates **tenant-specific activation** (`tenantDataListSettings`) instead of mutating the shared global row.

## Endpoint

```
PATCH https://api.gu1.ai/data-lists/{id}/status
```

## Authentication

```bash theme={null}
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
```

## Request Body

<ParamField body="status" type="string" required>
  One of: `active`, `inactive`, `archived`.
</ParamField>

## Response

Success payload with confirmation; `404` if list id is unknown.
