Skip to main content
Glama

AEM MCP Server

deactivatePage

Unpublish a single page or its entire tree in Adobe Experience Manager (AEM) using the AEM MCP Server. Specify the page path and choose to deactivate the tree if needed.

Instructions

Deactivate (unpublish) a single page

Input Schema

NameRequiredDescriptionDefault
deactivateTreeNo
pagePathYes

Input Schema (JSON Schema)

{ "properties": { "deactivateTree": { "type": "boolean" }, "pagePath": { "type": "string" } }, "required": [ "pagePath" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/indrasishbanerjee/aem-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server