Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
posts_cancelTOOL
Cancel a scheduled post before it publishes.
Only works on posts with scheduled status. The post is kept with draft status and can be inspected with posts get or removed with posts delete.
Parameters
postId *string
Positional argument postId
Request example
{ "method": "tools/call", "params": { "name": "posts_cancel", "arguments": { "postId": "string" } } }