PendiumDocs

unpublish_agent_page

Take an agent-site page offline by reverting it to a draft.

Take an agent-site page offline. The page stops resolving at its public URL and reverts to a draft, but is not deleted — re-publish it any time with publish_agent_page. Synchronous, no LLM call. Use list_agent_pages to find the agentPageId.

To remove a page permanently instead, use delete_agent_page.

Authentication: Required. The agent must belong to the authenticated account (owner, admin, or a group-shared member).

Parameters

ParameterTypeRequiredDescription
agentPageIdstringYesThe page to unpublish (from list_agent_pages).

Returns

success, the syntheticId, and the agentPageId. A page belonging to a different agent returns a generic not-found error.

On this page