cancel_checkout
Cancel the checkout of a document on the Alfresco MCP Server to discard changes and remove the working copy by specifying the node ID.
Instructions
Cancel checkout of a document, discarding any working copy.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
node_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"node_id": {
"title": "Node Id",
"type": "string"
}
},
"required": [
"node_id"
],
"type": "object"
}