mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
* Enhance front matter description for search * acl section * alloc section * config section * deployment section * eval section * job section * license section * namespace section * node section * node pool section * operator section * plugin section * quota section * recommendation section * scaling section * sentinel section * server section * service section * setup section * system section * tls section * var section * volume section * change reference to command reference * Apply suggestions from code review Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --------- Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
26 lines
849 B
Plaintext
26 lines
849 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad service command reference'
|
|
description: |
|
|
The `nomad service` command interacts with Nomad services. Display service information and delete a registered service.
|
|
---
|
|
|
|
# `nomad service` command reference
|
|
|
|
The `service` command is used to interact with the service API.
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad service <subcommand> [options]`
|
|
|
|
Run `nomad service <subcommand> -h` for help on that subcommand. The following
|
|
subcommands are available:
|
|
|
|
- [`service delete`][servicedelete] - Deregister a registered service
|
|
- [`service info`][serviceinfo] - Display an individual Nomad service registration
|
|
- [`service list`][servicelist] - Display all registered Nomad services
|
|
|
|
[servicedelete]: /nomad/docs/commands/service/delete
|
|
[serviceinfo]: /nomad/docs/commands/service/info
|
|
[servicelist]: /nomad/docs/commands/service/list
|