Overview
How much ERCOT generation capacity is expected to be unavailable, one row per target hour and region. 268,745 rows, 2017-01 out to roughly eight days ahead. Regions are system, north, south, west and houston. ERCOT publishes this as a rolling forward view with an hourly vintage for every target hour — 15.17M raw rows across 83,875 vintages. This table collapses that to the latest published view of each target hour, which is what almost every question about expected outages actually wants, and removes the vintage-selection step where those questions usually go wrong. ERCOT reported this system-wide until 2021 and regionally afterwards; system rows are ERCOT's own total where it published one and the sum of the four regions after. No hour carries both. The forced-versus-planned split and the separate IRR and new-equipment categories are NOT here — they remain in ercot.hourly_resource_outage_capacity and ercot.reported_outages.
Use with MCP
This table is readable two ways, over the same guarded boundary. Over HTTP: POST /api/v1/datasets/ercot_outage_capacity/query, described in the API reference. Or from an MCP client: connect a market below, then use search_data or describe_data to load its query contract before calling query_data.
Schema3
event_timeDateTime64(6, 'UTC')regionLowCardinality(String)outage_mwNullable(Float64)Sample rows
| event_time | region | outage_mw |
|---|---|---|
| 2026-09-04 04:00:00.000000 | system | 5172 |
| 2026-09-04 04:00:00.000000 | houston | 2099 |
| 2026-09-04 04:00:00.000000 | north | 1404 |
| 2026-09-04 04:00:00.000000 | south | 1456 |
| 2026-09-04 04:00:00.000000 | west | 213 |
| 2026-09-04 03:00:00.000000 | west | 213 |
| 2026-09-04 03:00:00.000000 | system | 5172 |
| 2026-09-04 03:00:00.000000 | south | 1456 |
| 2026-09-04 03:00:00.000000 | houston | 2099 |
| 2026-09-04 03:00:00.000000 | north | 1404 |
| 2026-09-04 02:00:00.000000 | system | 5172 |
| 2026-09-04 02:00:00.000000 | houston | 2099 |
| 2026-09-04 02:00:00.000000 | south | 1456 |
| 2026-09-04 02:00:00.000000 | west | 213 |
| 2026-09-04 02:00:00.000000 | north | 1404 |
| 2026-09-04 01:00:00.000000 | system | 5172 |
| 2026-09-04 01:00:00.000000 | south | 1456 |
| 2026-09-04 01:00:00.000000 | west | 213 |
| 2026-09-04 01:00:00.000000 | houston | 2099 |
| 2026-09-04 01:00:00.000000 | north | 1404 |
| 2026-09-04 00:00:00.000000 | houston | 2099 |
| 2026-09-04 00:00:00.000000 | south | 1456 |
| 2026-09-04 00:00:00.000000 | west | 213 |
| 2026-09-04 00:00:00.000000 | system | 5172 |
| 2026-09-04 00:00:00.000000 | north | 1404 |