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: docs/developer/overview-developer.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,7 @@ Developers can access Run:ai through various programmatic interfaces.
12
12
13
13
The endpoints and parameters specified in the API reference are the ones that are officially supported by Run:ai. Endpoints and parameters that are **NOT** listed in the reference are not officially supported.
14
14
15
-
Endpoints and parameters marked as `deprecated` means they remain operational and can be used; however, Run:ai will **NO LONGER RECOMMEND USING THEM**, **WILL NOT ADD FUNCTIONALITY TO THEM**, and **WILL NO LONGER BE SUPPORTED AFTER**
16
-
17
-
Option1 : <#of versions>
18
-
Option 2: <timeperiod>.
15
+
API endpoints and fields marked as `deprecated` remain operational and can be used; however, Run:ai will **NO LONGER RECOMMEND USING THEM**, **WILL NOT ADD FUNCTIONALITY TO THEM**, and **WILL STOP SUPPORTING THEM** after 2 major releases (for self-hosted deployments), and after 6 months of support for SaaS deployments.
19
16
20
17
For details, see the [Deprecation notifications](../home/whats-new-2-17.md#deprecation-notifications).
Copy file name to clipboardExpand all lines: docs/home/whats-new-2-17.md
+85-15Lines changed: 85 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -128,30 +128,100 @@ Deprecated features will be available for **two** versions ahead of the notifica
128
128
129
129
The endpoints and parameters specified in the API reference are the ones that are officially supported by Run:ai. For more information about Run:ai's API support policy and deprecation process, see [Developer overview](../developer/overview-developer.md#overview-developer-documentation).
130
130
131
-
The following list of API endpoints have been marked for deprecation:
131
+
#### Deprecated APIs and API fields
132
132
133
-
#### Jobs, events, pods API (replaced by workloads/pods/events)
133
+
The following list of API endpoints and fields that have been marked for deprecation:
|https://app.run.ai/v1/k8s/groups|https://app.run.ai/api/v1/authorization/access-rules (groups should no longer be created, you can only add access rules to them) |
| /api/v1/asset/compute |`gpuRequest` field was removed and is replaced by the following fields `gpuDevicesRequest`, `gpuRequestType`, `gpuPortionRequest`, `gpuPortionLimit`, `gpuMemoryRequest`, `gpuMemoryLimit`, `migProfile`|
205
+
206
+
### Metrics deprecations
207
+
208
+
The following metrics are deprecated and replaced by API endpoints. For details about the replacement APIs, see [Changed Metrics](../developer/metrics/metrics.md#changed-metrics-and-api-mapping):
0 commit comments