Nomad
Command: job
The job
command is used to interact with jobs.
Usage
Usage: nomad job <subcommand> [options]
Run nomad job <subcommand> -h
for help on that subcommand. The following
subcommands are available:
job action
- Execute predefined actionsjob allocs
- List allocations for a jobjob deployments
- List deployments for a jobjob dispatch
- Dispatch an instance of a parameterized jobjob eval
- Force an evaluation for a jobjob history
- Display all tracked versions of a jobjob init
- Create an example job specificationjob inspect
- Inspect the contents of a submitted jobjob periodic force
- Force the evaluation of a periodic jobjob plan
- Schedule a dry run for a jobjob promote
- Promote a job's canariesjob restart
- Restart or reschedule allocations for a jobjob revert
- Revert to a prior version of the jobjob run
- Submit a new jobjob scale
- Update the number of allocations for a task group in a jobjob scaling-events
- List the recent scaling events for a jobjob status
- Display status information about a jobjob stop
- Stop a running job and cancel its allocationsjob tag
- Tag a job with a versionjob validate
- Check a job specification for syntax errors