Files
nomad/website/content/docs/commands/service/index.mdx
Aimee Ukasick dae496e427 Docs: SEO front matter description for search: commands section (#25175)
* 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>
2025-03-19 12:02:02 -05:00

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