stop_monitoring
Halt active monitoring for specific deployments or all active monitors using 'stop_monitoring'. Manage Optimizely DXP deployment processes effectively with this tool on the MCP Server.
Instructions
Stop monitoring for specific deployments or all active monitors
Input Schema
Name | Required | Description | Default |
---|---|---|---|
all | No | ||
deploymentId | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"all": {
"type": "boolean"
},
"deploymentId": {
"type": "string"
}
},
"type": "object"
}