Skip to content

Commit a08a820

Browse files
author
Josh Sager
committed
Addressed PR feedback
1 parent dec6019 commit a08a820

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/data/endpoints/managed.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ endpoints:
247247
methods:
248248
POST:
249249
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.
251252
examples:
252253
curl: |
253254
curl -H "Authorization: Bearer $TOKEN" \
@@ -262,7 +263,10 @@ endpoints:
262263
methods:
263264
POST:
264265
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
266270
examples:
267271
curl: |
268272
curl -H "Authorization: Bearer $TOKEN" \

0 commit comments

Comments
 (0)