interoperability_production_update
Update interoperability production settings on InterSystems IRIS MCP Server with configurable timeout and force options to manage system behavior.
Instructions
Update Interoperability Production
Input Schema
Name | Required | Description | Default |
---|---|---|---|
force | No | ||
timeout | No |
Input Schema (JSON Schema)
{
"properties": {
"force": {
"default": false,
"title": "Force",
"type": "boolean"
},
"timeout": {
"default": null,
"title": "Timeout",
"type": "integer"
}
},
"title": "interoperability_production_updateArguments",
"type": "object"
}