interoperability_production_stop
Stop an Interoperability Production in InterSystems IRIS MCP Server with optional timeout and force parameters to manage system operations effectively.
Instructions
Stop an 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_stopArguments",
"type": "object"
}