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

# Alterar status da lista

> Altera o status do ciclo de vida de uma lista para active, inactive ou archived; listas globais respeitam overrides por tenant — PATCH /data-lists/{id}/status.

## Visão geral

Altera o status do ciclo de vida. Em **listas globais**, a API atualiza a **ativação por tenant** em vez de alterar a linha global compartilhada.

## Endpoint

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

## Autenticação

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

## Corpo da solicitação

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

## Resposta

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