open-nomad/website/content/api-docs/operator/index.mdx

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
856 B
Plaintext
Raw Normal View History

---
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
2021-02-28 20:14:35 +00:00
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