---
title: "Update Ingestion Schedule"
method: POST
path: "/console/v1/ingestion/schedule"
tags: ["Ingestions"]
---

# Update Ingestion Schedule

`POST /console/v1/ingestion/schedule`

## Request body

- IngestionScheduleUpdateContractDto
  - `dataset` 'Events' | 'Metrics' | 'entity_properties' | 'export_exposures' | 'export_events', required
  - `scheduled_hour_pst` number, double

## Response `200`

Update Ingestion Schedule Success

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object, required — A single result.
    - `dataset` string, required
    - `scheduled_hour_pst` number, double, required

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/versions/3189f450c93b/schema)
