File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,8 @@ endpoints:
247
247
methods :
248
248
POST :
249
249
description : >
250
- Enables this Managed service.
250
+ Enables this Managed service. Will only enable if it is currently
251
+ disabled. An enabled service is actively monitored.
251
252
examples :
252
253
curl : |
253
254
curl -H "Authorization: Bearer $TOKEN" \
@@ -262,7 +263,10 @@ endpoints:
262
263
methods :
263
264
POST :
264
265
description : >
265
- Disables this Managed service.
266
+ Disables this Managed service. Will only disable if it is currently
267
+ enabled. Linode Managed will not resume monitoring this service until
268
+ you reenable monitoring. For more information, see
269
+ https://www.linode.com/docs/platform/linode-managed/#temporarily-disabling-service-monitoring
266
270
examples :
267
271
curl : |
268
272
curl -H "Authorization: Bearer $TOKEN" \
You can’t perform that action at this time.
0 commit comments