September 24, 2026
Auto-restart fields removed from the API
Auto-restart has been on for every application on every plan since September 17. The leftover fields are now gone:- Responses: applications no longer include
auto_restart. If your integration reads it, treat auto-restart as always on. - Requests:
autorestartinPOST /v1/appsandauto_restartinPATCH /v1/apps/{id}/configare no longer part of the API. Clients that still send them keep working — the field is simply ignored. - SDKs and CLI: the JavaScript, Python and Go SDKs drop the field, and the CLI drops the
--autorestartflag. vertracloud.config: an oldAUTORESTARTline is ignored and doesn’t block the upload.
The runtime version you choose is the one that runs
The runtime version picked in the wizard, in the Config tab, inVERSION or through the API is now
the version the application runs.- Choosing the latest version runs the latest version. Before, picking Node.js 24.5.0 or Ruby 3.4
(the
latestof each) could silently build the application on the recommended version instead. - The version you confirm wins. When a
.ziphas aVERSIONinvertracloud.config, the wizard pre-fills it; if you pick another one before creating, the application now runs the one you picked — before, the file’s value could override your choice. - Unknown versions are refused. A version that doesn’t exist for the application’s language
answers
400 INVALID_VERSIONinstead of quietly falling back to another one. See List Runtimes for the valid values.