diff --git a/website/content/docs/concepts/job.mdx b/website/content/docs/concepts/job.mdx index 2ba449671b7..3f223d3a21b 100644 --- a/website/content/docs/concepts/job.mdx +++ b/website/content/docs/concepts/job.mdx @@ -128,11 +128,20 @@ versions guide for examples. ### Revert to a previous version You can revert the current running job to a previous version. Nomad stops the -running job and deploys the chosen version. +running job and deploys the chosen version with a new version number. Refer to the [Revert to a version section][revert-version-section] of the Job versions guide for examples using the CLI, API, and web UI. +### Clone and edit + +Using the web UI, you may clone a version as a new version of same job or as a +new job. After you select the version to clone, Nomad loads a screen where you +can edit, plan, and run the new version. + +Because Nomad passes job version attributes using query params, you can copy the +browser address bar URL on the **Jobs/Run** screen to send a link to an editable job spec. + ## Related resources Refer to the following Nomad documentation pages for more information about