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