Feature Deprecations

As part of security hardening and improving feature maintainability, there are occasions when TrueNAS SCALE features must be deprecated and removed.

This page tracks features removed in 26.04 and features deprecated in 26.04 for removal in future versions. Begin planning migrations from these features immediately and note the TrueNAS upgrade paths required when a deprecated feature is in use.

This section tracks features removed in 26.04 and features deprecated in 26.04 for future removal. Plan migrations immediately to avoid disruptions during upgrades.

Features Removed in 26.04

REST API

Deprecated: 25.04 Removed: 26.04

The TrueNAS REST API was deprecated in TrueNAS 25.04. Full removal of the REST API is planned for TrueNAS 26.04.

The TrueNAS REST API has been fully replaced by the versioned JSON-RPC 2.0 Websocket API.

Migration Path:

  1. Review current API integrations and identify all REST API calls.
  2. Review the Websocket API documentation to identify replacement endpoints.
  3. Update all scripts and integrations to use Websocket API endpoints.
  4. Test thoroughly in a non-production environment.
  5. Deploy updated integrations before upgrading to 26.04.

Impact: Systems still using the REST API must migrate to the Websocket API before upgrading to 26.04. REST API endpoints do not function in 26.04 and later.

See Also:


Deprecated Features (Removal in Future Versions)

No features are currently deprecated for future removal.


Additional Resources