v1

latestOpenAPI 3.0.3Apache 2.02026-07-17333686.7 KB
Materialized Views

Update mutable MV properties

Only retention and paused can be changed without rebuild. To change q, partition_by, or group_by, use POST /views with the same name (triggers rebuild).

patch/views/{name}

Path parameters

namestring required

Request body

retentionstring
pausedboolean

Example request

{
  "retention": "30d"
}

Response

Updated