update-page
Update a Notion page's properties, icon, cover, archive status, or lock status with partial updates. Set icon or cover to null to remove; archive to trash or lock to prevent edits.
Instructions
Update a Notion page's properties, icon, cover, archive status, or lock status. Partial updates are supported - only provide the fields you want to change. Set icon or cover to null to remove them. Set archived to true to move the page to trash. Set is_locked to true to lock the page in the UI. Returns updated page ID and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page ID | |
| properties | No | Properties object | |
| archived | No | Archive status | |
| icon | No | Icon { type: "emoji", emoji: "📝" } or { type: "external", external: { url: "..." } } | |
| cover | No | Cover image { type: "external", external: { url: "..." } } | |
| is_locked | No | Lock to prevent UI edits |