Skip to content

Commit 30f9a1f

Browse files
jrodewigstefnestor
andauthored
[DOCS] Fix SLM status response (#78584) (#78617)
The get SLM status API will only return one of three statuses: `RUNNING`, `STOPPING`, or `STOPPED`. This corrects the docs to remove the `STARTED` status and document the `RUNNING` status. Co-authored-by: James Rodewig <[email protected]> Co-authored-by: Stef Nestor <[email protected]>
1 parent cfaaad8 commit 30f9a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/slm/apis/slm-get-status.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Retrieves the status of {slm} ({slm-init}).
1818

1919
Returns the status of the {slm-init} plugin.
2020
The `operation_mode` field in the response shows one of three states:
21-
`STARTED`, `STOPPING`, or `STOPPED`.
21+
`RUNNING`, `STOPPING`, or `STOPPED`.
2222
You halt and restart the {slm-init} plugin with the
2323
<<slm-api-stop, stop>> and <<slm-api-start, start>> APIs.
2424

0 commit comments

Comments
 (0)