Skip to content

update_monitor_status

Pause or resume a monitor

Action

Description

Pause or resume a monitor.

Typical user queries:

  • "Pause the iPhone monitor first"
  • "Resume Samsung's monitor"
  • "Stop the AirPods monitor"

Requires monitor_id (Monitor ID) and status ("paused" to pause / "active" to resume).

Parameters

ParameterTypeRequiredDefaultDescription
monitor_idintegerYesMonitor ID
statusstringYesactive or paused

Returns

Returns operation confirmation message, varies by operation type:

Pause (paused):

Monitor paused: iPhone 15 Pro Max (ID: 1). The system will no longer crawl prices for this product. Just let me know if you want to resume.

Resume (active):

Monitor resumed: iPhone 15 Pro Max (ID: 1). The system will continue crawling prices for this product.

Conversation Examples

  • "Pause the iPhone monitor first"
  • "Resume Samsung's monitor"
  • "Stop the AirPods monitor"

API Endpoint

PUT /monitors/:id

Released under the MIT License.