mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
29 lines
378 B
Markdown
29 lines
378 B
Markdown
---
|
|
layout: "http"
|
|
page_title: "HTTP API: /sys/seal"
|
|
sidebar_current: "docs-http-seal-seal"
|
|
description: |-
|
|
The '/sys/seal' endpoint seals the Nomad.
|
|
---
|
|
|
|
# /sys/seal
|
|
|
|
<dl>
|
|
<dt>Description</dt>
|
|
<dd>
|
|
Seals the Nomad.
|
|
</dd>
|
|
|
|
<dt>Method</dt>
|
|
<dd>PUT</dd>
|
|
|
|
<dt>Parameters</dt>
|
|
<dd>
|
|
None
|
|
</dd>
|
|
|
|
<dt>Returns</dt>
|
|
<dd>A `204` response code.
|
|
</dd>
|
|
</dl>
|