Files
nomad/website/content/api-docs/operator/index.mdx
Andrea Simonini 2dbb964d72 Fixed typos
2021-03-01 08:16:00 -05:00

26 lines
887 B
Plaintext

---
layout: api
page_title: Operator - HTTP API
sidebar_title: Operator
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](https://learn.hashicorp.com/tutorials/nomad/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`](/docs/commands/operator) command.
Please choose a sub-section in the navigation for more information