# POST /event-schedules/:schedule_id/fire-now

**Resource:** [Auto Schedules](./auto-schedules.md)  
**MCP tool:** `fire_auto_schedule_now`  
**Scopes:** `schedules:write`  
**Write operation:** yes

Fire an event schedule immediately (out of band).

## Parameters

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

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/event-schedules/:schedule_id/fire-now"   -H "Authorization: Bearer YOUR_API_KEY"
```

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