> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# Platform 2023.2 deprecations

> Index of all deprecations introduced in the Itential Platform 2023.2 release.

This page lists all features and APIs deprecated in the 2023.2 release. Deprecated items may still function but are scheduled for removal in a future release unless otherwise noted. Items marked as **Removed** are no longer available.

| Version  | Deprecation                                                                                      | Status                   | Description                                                                                                                                             |
| -------- | ------------------------------------------------------------------------------------------------ | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2023.2   | [AngularJS deprecated](./angularjs-deprecated)                                                   | Removed in Platform 6    | AngularJS is removed from Itential Core in Platform 6. Custom applications and manual tasks that depend on AngularJS must be refactored or self-hosted. |
| 2023.2   | [Decision task replaced in GEN 2 workflows](./decision-task-replaced-gen-2-workflows)            | Removed in Platform 6    | The `decision` task is no longer supported on the GEN 2 workflow canvas. Replace it with the `Evaluation` task.                                         |
| 2023.2   | [Form Builder deprecated](./form-builder-deprecated)                                             | Removed in Platform 6    | `app-form_builder` has been removed and replaced by `app-json_forms`.                                                                                   |
| 2023.2   | [Optional HTTP Verbs property removed](./optional-http-verbs-property-removed)                   | Deprecated               | The `allowedHttpOptionalVerbs` property is deprecated. Removal date is TBD.                                                                             |
| 2023.2   | [Profile route and profile property deprecated](./profile-route-profile-property-deprecated)     | Removed in 2024.2        | The `/profile` route and `uiProps.profile` property have been removed. The user profile page is now named **User Settings**.                            |
| 2023.2   | [SSL properties deprecated in MongoProps](./ssl-props-deprecated-in-mongoprops)                  | Removed in 2024.2        | The `ssl` properties in `mongoProps` are replaced by `tls` properties. The `replSet` key is also removed.                                               |
| 2023.2   | [UI libraries deprecated](./ui-libraries-deprecated)                                             | Removed in 2024.1–2024.2 | All Platform-provided UI libraries under `/lib/` are removed. Custom applications must embed required libraries directly.                               |
| 2023.2   | [User Profile APIs deprecated](./user-profile-apis-deprecated)                                   | Removed in 2024.2        | `getUserProfile` and `updateUserProfile` are replaced by `GET /user/settings` and `PATCH /user/settings`.                                               |
| 2023.2.6 | [Verify Config API deprecated](./verify-config-api-deprecated)                                   | Removed in Platform 6    | The `verifyConfig` API in `app-mop` has been removed. Use the equivalent API in `app-nso_manager` instead.                                              |
| 2023.2.7 | [Multiple file imports for projects deprecated](./multiple-file-imports-for-projects-deprecated) | Removed in 2024.1.0      | The ability to import multiple files into projects has been removed. Single file uploads remain available.                                              |