> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
> Use this file to discover all available pages before exploring further.

# v26.3.10 — September 17, 2026

> Released September 17, 2026: Auto-restart on every plan

<Update label="v26.3.10" description="September 17, 2026">
  ### Auto-restart on every plan

  #### What changed

  Automatic restart is no longer a feature gated behind a plan — it's now **the default for every
  application, on every plan, including Free**. There's no longer a dashboard control to turn it on
  or off; it's simply always on.

  * A crashed container comes back on its own, on Free just like any other plan.
  * Crash-loop protection **stays the same**: 5 crashes in 10 minutes disable automatic restart for
    24 hours, with a minimum 1-hour cooldown between restarts and a minimum of 60 seconds online for
    the container to count as stable.
  * The `AUTORESTART` field in `vertracloud.config` is still accepted, but now ignored — it no
    longer needs to be present in the file.
  * In the API, the `auto_restart` field remains in application responses and is now always `true`;
    the `autorestart` field in the creation body is still accepted for compatibility, but ignored.
</Update>
