open-nomad/website/content/api-docs/operator/index.mdx
Ashlee M Boyer 57f8ebfa26
docs: Migrate link formats (#15779)
* 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>
2023-01-25 09:31:14 -08:00

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