# POST /automations/:automation_id/actions/reorder

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

Reorder automation actions.

## Parameters

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

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/automations/:automation_id/actions/reorder"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"action_ids":"..."}'
```

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