mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
16 lines
378 B
Markdown
16 lines
378 B
Markdown
---
|
|
layout: "http"
|
|
page_title: "HTTP API"
|
|
sidebar_current: "docs-http-overview"
|
|
description: |-
|
|
Nomad has an HTTP API that can be used to control every aspect of Nomad.
|
|
---
|
|
|
|
# HTTP API
|
|
|
|
The Nomad HTTP API gives you full access to Nomad via HTTP. Every
|
|
aspect of Nomad can be controlled via this API. The Nomad CLI uses
|
|
the HTTP API to access Nomad.
|
|
|
|
TODO: Document Nomand API
|