github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/website/content/api-docs/operator/index.mdx (about) 1 --- 2 layout: api 3 page_title: Operator - HTTP API 4 sidebar_title: Operator 5 description: |- 6 The /operator endpoints provides cluster-level tools for Nomad operators, such 7 as interacting with the Raft subsystem. 8 --- 9 10 # Operator HTTP API 11 12 The `/operator` endpoints provide cluster-level tools for Nomad operators, such 13 as interacting with the Raft subsystem, licensing, snapshots, autopilot and scheduler configuration. 14 15 ~> Use this interface with extreme caution, as improper use could lead to a 16 Nomad outage and even loss of data. 17 18 See the [Outage Recovery](https://learn.hashicorp.com/tutorials/nomad/outage-recovery) guide for some examples of how 19 these capabilities are used. For a CLI to perform these operations manually, 20 please see the documentation for the 21 [`nomad operator`](/docs/commands/operator) command. 22 23 24 Please choose a sub-section in the navigation for more information 25