diff --git a/website/source/api/jobs.html.md b/website/source/api/jobs.html.md
index 79a07e98388e..fc79cb74e9b5 100644
--- a/website/source/api/jobs.html.md
+++ b/website/source/api/jobs.html.md
@@ -966,6 +966,10 @@ The table below shows this endpoint's support for
- `:job_id` `(string: )` - Specifies the ID of the job (as specified in
the job file during submission). This is specified as part of the path.
+- `all` `(bool: false)` - Specifies whether the list of deployments should
+ include deployments from a previously registered job with the same ID. This is
+ possible if the job is deregistered and reregistered.
+
### Sample Request
```text
diff --git a/website/source/docs/commands/job/deployments.html.md.erb b/website/source/docs/commands/job/deployments.html.md.erb
index 28451002a824..56f6ecae59e7 100644
--- a/website/source/docs/commands/job/deployments.html.md.erb
+++ b/website/source/docs/commands/job/deployments.html.md.erb
@@ -34,6 +34,9 @@ of a job to display the list of deployments for.
* `-verbose`: Show full information.
+* `-all`: Display all deployments matching the job ID, even those from an
+ older instance of the job.
+
## Examples
List the deployment for a particular job: