delete_runbook
Remove a runbook by specifying its name to manage and organize your runbook operations effectively on the MCP Runbook server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "delete_runbookArguments",
"type": "object"
}