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

Changes