Skip to content

Unwatch

Stops watching a path for changes.

Request

{
    "type": "unwatch",
    "path": "..."
}

Fields

  • path: absolute or relative path to unwatch.

Response

{
    "type": "ok"
}