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: src/current/cockroachcloud/cloud-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1047,7 +1047,7 @@ The cluster ID used in the Cloud API is different from the routing ID used when
1047
1047
-`{offset_duration}` is the start of the maintenance window, calculated as the amount of time after the start of a week (Monday 00:00 UTC) to begin the window.
1048
1048
-`{window_duration}` is the length of the maintenance window, which must be greater than 6 hours and less than one week.
1049
1049
1050
-
A cluster's existing maintenance window can be viewed with a `GET` request to the `/api/v1/clusters/{cluster_id}/maintenance-window` endpoint:
1050
+
To view a cluster's existing maintenance window, send a `GET` request to the `/api/v1/clusters/{cluster_id}/maintenance-window` endpoint:
1051
1051
1052
1052
{% include_cached copy-clipboard.html %}
1053
1053
~~~shell
@@ -1063,7 +1063,7 @@ curl --request GET \
1063
1063
}
1064
1064
~~~
1065
1065
1066
-
A cluster's maintenance window can be removed with a `DELETE` request to the `/api/v1/clusters/{cluster_id}/maintenance-window` endpoint:
1066
+
To remove a cluster's maintenance window, send a `DELETE` request to the `/api/v1/clusters/{cluster_id}/maintenance-window` endpoint:
0 commit comments