deactivatePage
Unpublish a specific page or its associated content tree in Adobe Experience Manager using the AEM MCP Server for efficient content management.
Instructions
Deactivate (unpublish) a single page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deactivateTree | No | ||
pagePath | Yes |
Input Schema (JSON Schema)
{
"properties": {
"deactivateTree": {
"type": "boolean"
},
"pagePath": {
"type": "string"
}
},
"required": [
"pagePath"
],
"type": "object"
}