19 lines
607 B
Markdown
19 lines
607 B
Markdown
|
---
|
||
|
layout: "docs"
|
||
|
page_title: "Commands: Agent"
|
||
|
sidebar_current: "docs-commands-agent"
|
||
|
description: >
|
||
|
The agent command is the main entrypoint to running a Nomad client
|
||
|
or server.
|
||
|
---
|
||
|
|
||
|
# Nomad Agent
|
||
|
|
||
|
The agent command is the heart of Nomad: it runs the agent that handles client
|
||
|
or server functionality, including exposing interfaces for client consumption
|
||
|
and running jobs.
|
||
|
|
||
|
Due to the power and flexibility of this command, the Nomad agent is documented
|
||
|
in its own section. See the [Nomad Agent](/docs/agent/index.html) section for
|
||
|
more information on how to use this command and the options it has.
|