reorder_status_page_layout
Batch-reorder a status page's full layout by specifying a new order for all sections and optionally reorder components within groups.
Instructions
Batch-reorder a status page's full layout.
Required: sections — top-level layout in their new order, where each
entry is either {kind:"component", componentId} or
{kind:"group", groupId}. Use groupOrders (optional) to also
reorder components within specific groups; only include groups whose
internal order changed. The full top-level set must be provided —
partial reorders are rejected by the API.
Use this for "drag-and-drop" layout edits that touch both groups and
ungrouped components. To reorder components within a single group
only, prefer reorder_status_page_components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |