57f8ebfa26
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * chore: updates link checker workflow hash * Migrating links to new format Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
23 lines
856 B
Plaintext
23 lines
856 B
Plaintext
---
|
|
layout: api
|
|
page_title: Operator - HTTP API
|
|
description: |-
|
|
The /operator endpoints provides cluster-level tools for Nomad operators, such
|
|
as interacting with the Raft subsystem.
|
|
---
|
|
|
|
# Operator HTTP API
|
|
|
|
The `/operator` endpoints provide cluster-level tools for Nomad operators, such
|
|
as interacting with the Raft subsystem, licensing, snapshots, autopilot and scheduler configuration.
|
|
|
|
~> Use this interface with extreme caution, as improper use could lead to a
|
|
Nomad outage and even loss of data.
|
|
|
|
See the [Outage Recovery](/nomad/tutorials/manage-clusters/outage-recovery) guide for some examples of how
|
|
these capabilities are used. For a CLI to perform these operations manually,
|
|
please see the documentation for the
|
|
[`nomad operator`](/nomad/docs/commands/operator) command.
|
|
|
|
Please choose a sub-section in the navigation for more information
|