--- layout: docs page_title: 'Commands: deployment' description: | The deployment command is used to interact with deployments. --- # Command: deployment The `deployment` command is used to interact with deployments. ## Usage Usage: `nomad deployment [options]` Run `nomad deployment -h` for help on that subcommand. The following subcommands are available: - [`deployment fail`][fail] - Manually fail a deployment - [`deployment list`][list] - List all deployments - [`deployment pause`][pause] - Pause a deployment - [`deployment promote`][promote] - Promote canaries in a deployment - [`deployment resume`][resume] - Resume a paused deployment - [`deployment status`][status] - Display the status of a deployment [fail]: /docs/commands/deployment/fail 'Manually fail a deployment' [list]: /docs/commands/deployment/list 'List all deployments' [pause]: /docs/commands/deployment/pause 'Pause a deployment' [promote]: /docs/commands/deployment/promote 'Promote canaries in a deployment' [resume]: /docs/commands/deployment/resume 'Resume a paused deployment' [status]: /docs/commands/deployment/status 'Display the status of a deployment'