---
title: "Run a wake schedule now"
method: POST
path: "/wake/schedules/{id}/run"
tags: ["Wake"]
---

# Run a wake schedule now

`POST /wake/schedules/{id}/run`

Fire the schedule immediately, sending one wake.dispatch via the same
signed-send path as a scheduled fire. Does not change the schedule's next
fire time.

## Headers

- `Idempotency-Key` string

## Response `200`

The wake interaction that was emitted

- object
  - `success` true, required
  - `data` object, required

## Other responses

- `400` — Invalid request parameters
- `401` — Invalid or missing API key
- `404` — Resource not found

---

[API](https://skmtc.dev/primitive/apis/primitive-api.md) · [All operations](https://skmtc.dev/primitive/apis/primitive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/primitive/primitive-api/revisions/c2299d28022c/schema)
