nomad halt

Command: nomad halt [name [name ...]]

This command can be used to halt running containers.

By default this command will try to halt all the containers of the current project but you can limit this operation to some specific containers by specifying their names.

Options

  • [name [name ...]] - zero, one or more container names

Examples

$ nomad halt               # halts all the containers of the project
$ nomad halt mycontainer   # halts the "mycontainer" container
$ nomad halt web ci        # halts the "web" and "ci" containers