You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/references/rest-api/requests/services/_index.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,14 @@ weight: $weight
18
18
|[POST](#post-local-services)|`/v1/local/services`| Modify or perform operations on local processes |
19
19
|[POST](#post-services)|`/v1/services`| Apply cluster-wide changes to services |
20
20
21
+
{{<warning>}}
22
+
This API is dangerous and should only be run with guidance from [Redis support](https://redis.io/support/).
23
+
24
+
Stop, start, or restart optional services only. Changing the status of required services can negatively affect cluster behavior and cause a complete loss of the cluster and its data.
25
+
26
+
For a list of optional services, see the [services configuration object reference]({{<relref "/operate/rs/references/rest-api/objects/services_configuration">}}) or use a [`GET /v1/cluster/services_configuration`]({{<relref "/operate/rs/references/rest-api/requests/cluster/services_configuration#get-cluster-services_config">}}) request.
Stop, start, or restart optional services only. Changing the status of required services can affect cluster behavior.
103
+
This API is dangerous and should only be run with guidance from [Redis support](https://redis.io/support/).
104
+
105
+
Stop, start, or restart optional services only. Changing the status of required services can negatively affect cluster behavior and cause a complete loss of the cluster and its data.
96
106
97
107
For a list of optional services, see the [services configuration object reference]({{<relref "/operate/rs/references/rest-api/objects/services_configuration">}}) or use a [`GET /v1/cluster/services_configuration`]({{<relref "/operate/rs/references/rest-api/requests/cluster/services_configuration#get-cluster-services_config">}}) request.
Stop, start, or restart optional services only. Changing the status of required services can affect cluster behavior.
172
+
This API is dangerous and should only be run with guidance from [Redis support](https://redis.io/support/).
173
+
174
+
Stop, start, or restart optional services only. Changing the status of required services can negatively affect cluster behavior and cause a complete loss of the cluster and its data.
163
175
164
176
For a list of optional services, see the [services configuration object reference]({{<relref "/operate/rs/references/rest-api/objects/services_configuration">}}) or use a [`GET /v1/cluster/services_configuration`]({{<relref "/operate/rs/references/rest-api/requests/cluster/services_configuration#get-cluster-services_config">}}) request.
0 commit comments