1
1
[role="xpack"]
2
2
[testenv="platinum"]
3
3
[[ml-upgrade-job-model-snapshot]]
4
- = Upgrade {anomaly-jobs} Snapshot API
4
+ = Upgrade model snapshots API
5
5
++++
6
- <titleabbrev>Upgrade job snapshot </titleabbrev>
6
+ <titleabbrev>Upgrade model snapshots </titleabbrev>
7
7
++++
8
8
9
- Upgrades an {anomaly-job} snapshot to the latest major version.
9
+ Upgrades an {anomaly-detect} model snapshot to the latest major version.
10
10
11
11
[[ml-upgrade-job-model-snapshot-request]]
12
12
== {api-request-title}
13
13
14
- `POST _ml/anomaly_detectors/{ job_id} /model_snapshots/{ snapshot_id} /_upgrade`
14
+ `POST _ml/anomaly_detectors/< job_id> /model_snapshots/< snapshot_id> /_upgrade`
15
15
16
16
[[ml-upgrade-job-model-snapshot-prereqs]]
17
17
== {api-prereq-title}
@@ -25,14 +25,14 @@ Upgrades an {anomaly-job} snapshot to the latest major version.
25
25
[[ml-upgrade-job-model-snapshot-desc]]
26
26
== {api-description-title}
27
27
28
- Overtime , older snapshot formats are deprecated and removed. {anomaly-jobs} will only
29
- support snapshots that are from the current or previous major version.
28
+ Over time , older snapshot formats are deprecated and removed. {anomaly-jobs-cap}
29
+ support only snapshots that are from the current or previous major version.
30
30
31
- This API provides a means to upgrade a snapshot to the current major version. This
32
- aids in preparing the cluster for an upgrade to the next major version.
31
+ This API provides a means to upgrade a snapshot to the current major version.
32
+ This aids in preparing the cluster for an upgrade to the next major version.
33
33
34
- Only one snapshot per {anomaly-job} can be upgraded at a time and the upgraded snapshot cannot
35
- be the current snapshot of the {anomaly-job}.
34
+ Only one snapshot per {anomaly-job} can be upgraded at a time and the upgraded
35
+ snapshot cannot be the current snapshot of the {anomaly-job}.
36
36
37
37
[[ml-upgrade-job-model-snapshot-path-parms]]
38
38
== {api-path-parms-title}
@@ -45,9 +45,6 @@ include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=job-id-anomaly-detection]
45
45
(Required, string)
46
46
include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=snapshot-id]
47
47
48
- [[ml-upgrade-job-model-snapshot-path-parms]]
49
- == {api-path-parms-title}
50
-
51
48
`timeout`::
52
49
(Optional, time) Controls the time to wait for the request to complete. The default
53
50
value is 30 minutes.
0 commit comments