Publish a page
POST /api/v1/pages//publish
Copies the current draft to the live version. Use this after updating a page’s HTML to push the changes live.
Unpublish a page
DELETE /api/v1/pages//publish
Takes the page offline — the URL stops serving content (visitors get a “not published” notice) and the draft is preserved. Re-publish anytime.