postman-mcp-server

update_monitor

Modify monitor settings, including collection, environment, schedule, and options, using the specific monitor ID to ensure accurate updates in the Postman environment.

Instructions

Update an existing monitor

Input Schema

NameRequiredDescriptionDefault
monitorYesMonitor details to update
monitorIdYesMonitor ID

Input Schema (JSON Schema)

{ "properties": { "monitor": { "description": "Monitor details to update", "properties": { "collection": { "description": "New collection ID", "type": "string" }, "environment": { "description": "New environment ID", "type": "string" }, "name": { "description": "Updated monitor name", "type": "string" }, "options": { "description": "Updated monitor options", "properties": { "followRedirects": { "description": "Redirect handling", "type": "boolean" }, "requestTimeout": { "description": "Request timeout in ms", "type": "number" }, "strictSSL": { "description": "SSL verification setting", "type": "boolean" } }, "type": "object" }, "schedule": { "description": "Updated schedule configuration", "properties": { "cron": { "description": "New cron expression", "type": "string" }, "timezone": { "description": "New timezone", "type": "string" } }, "type": "object" } }, "type": "object" }, "monitorId": { "description": "Monitor ID", "type": "string" } }, "required": [ "monitorId", "monitor" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd