# POST /automations/:automation_id/enable

**Resource:** [Automations](./automations.md)  
**MCP tool:** `enable_automation`  
**Scopes:** `automations:write`  
**Write operation:** yes

Enable an automation.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `automation_id` | path | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/automations/:automation_id/enable"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`