agntcms-unpublish-page

Unpublish a page from a live site via the CMS API, preserving content as a draft.

Updated May 29, 2026
One-click install
npx skills add https://github.com/AlexHramovich/fr-preview-migration --skill agntcms-unpublish-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agntcms-unpublish-page
Source: https://github.com/AlexHramovich/fr-preview-migration/tree/main/.claude/skills/unpublish-page
Command: npx skills add https://github.com/AlexHramovich/fr-preview-migration --skill agntcms-unpublish-page

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows editors to unpublish pages from a live site, keeping content as a draft for future publication without deleting it.

Core Features & Use Cases

  • Unpublishing: Temporarily remove pages from the live site.
  • Content Preservation: Keep the content as a draft, enabling future publication.
  • History Preservation: Maintain full history for rollback or reference.
  • Use Case: For editors who want to hide a page temporarily, such as during maintenance or while updating content.

Quick Start

Unpublish the page with the slug 'about' by running the command: unpublish-page 'about'

Frequently Asked Questions about agntcms-unpublish-page

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I unpublish a page from a live site without deleting the content?

To unpublish a page without deleting content, you can remove it from the live site while preserving it as a draft. This maintains the full history for future rollback or reference during site maintenance.

Can I temporarily hide a page during site maintenance and restore it later?

Yes, you can temporarily hide a page during site maintenance by unpublishing it. The content is preserved as a draft, enabling you to easily publish the page again in the future.

What is the best way to take a page offline while keeping its history intact?

The best way to take a page offline while keeping its history intact is to unpublish it. This action removes the page from the live site, saves it as a draft, and maintains the full edit history.

Does unpublishing a page require content management system API access?

Yes, unpublishing a page requires authorization and access to the content management system's API. This ensures only authorized editors can remove pages from the live site.

How do I unpublish a page using a slug identifier?

You can unpublish a page using its slug by running the unpublish-page command followed by the slug name. For example, unpublish-page 'about' removes the about page from the live site.