github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/service/index.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: service' 4 description: | 5 The service command is used to interact with the service API. 6 --- 7 8 # Command: service 9 10 The `service` command is used to interact with the service API. 11 12 ~> Service commands are new in Nomad 1.3. 13 14 ## Usage 15 16 Usage: `nomad service <subcommand> [options]` 17 18 Run `nomad service <subcommand> -h` for help on that subcommand. The following 19 subcommands are available: 20 21 - [`service delete`][servicedelete] - Deregister a registered service 22 - [`service info`][serviceinfo] - Display an individual Nomad service registration 23 - [`service list`][servicelist] - Display all registered Nomad services 24 25 [servicedelete]: /docs/commands/service/delete 26 [serviceinfo]: /docs/commands/service/info 27 [servicelist]: /docs/commands/service/list