1---
2pageid: cmd.watch-del-all
3title: watch-del-all
4layout: docs
5section: Commands
6permalink: docs/cmd/watch-del-all.html
7---
8
9Available since version 3.1.1.
10
11Removes all watches and associated triggers.
12
13From the command line:
14
15```bash
16$ watchman watch-del-all
17```
18
19JSON:
20
21```json
22["watch-del-all"]
23```
24
25Analogous to the `watch-del` this command will remove all watches and
26associated triggers from the running process, and the state file (
27unless watchman service was started with
28[--no-save-state server option](
29/watchman/docs/cli-options.html#server-options)).
30