github.com/outbrain/consul@v1.4.5/website/source/api/operator.html.md (about) 1 --- 2 layout: api 3 page_title: Operator - HTTP API 4 sidebar_current: api-operator 5 description: |- 6 The /operator endpoints provide cluster-level tools for Consul operators, 7 such as interacting with the Raft subsystem. 8 --- 9 10 # Operator HTTP Endpoint 11 12 The `/operator` endpoints provide cluster-level tools for Consul operators, 13 such as interacting with the Raft subsystem. For a CLI to perform these 14 operations manually, please see the documentation for the 15 [`consul operator`](/docs/commands/operator.html) command. 16 17 If ACLs are enabled then a token with operator privileges may be required in 18 order to use this interface. See the [ACL Guide](/docs/guides/acl.html#operator) 19 for more information. 20 21 See the [Outage Recovery](/docs/guides/outage.html) guide for some examples of 22 how these capabilities are used. 23 24 Please choose a sub-section in the navigation for more information.