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

# Archive automation

> Arquiva uma automação no gu1 para inativá-la e interromper novas execuções, mantendo configuração e histórico disponíveis para restauração futura.

## Endpoint

```
DELETE https://api.gu1.ai/automations/:id
```

Archived automations are excluded from execution. Use [Restore automation](/pt/api-reference/automations/restore-automation) to undo.

## Response

**200** — `{ "success": true, "archived": true }`

**404** — not found
