@@ -46,14 +46,14 @@ You add or remove instances from `Apps > [App] > Instances`.
4646
4747An app instance can move to ` errored ` when Wodby cannot finish creating it or cannot finish deletion cleanup.
4848
49- Errored instances remain visible so you can inspect task logs and recover or delete the instance. After fixing the
50- underlying problem, retry recovery with a new build, a new deployment, or redeploy an existing deployment. If the
51- instance cannot be recovered, delete it and create a new one.
52-
53- Configuration and runtime operations remain blocked while the instance is errored. This includes stack upgrades, service
54- configuration changes, route and auth changes, app-scoped backups, cron jobs, shell sessions, live logs, pod queries, and
55- container-backed database changes. Automatic app-scoped schedules such as backups, cron jobs, and certificate renewals
56- skip errored instances .
49+ Errored instances remain visible so you can inspect task logs and delete the instance. Operations that would create new
50+ runtime work or change deployable configuration are blocked, including new builds and deployments, stack upgrades,
51+ service configuration changes, route and auth changes, app-scoped backups, cron jobs, shell sessions, live logs, pod
52+ queries, and container-backed database changes. Automatic app-scoped schedules such as backups, cron jobs, and
53+ certificate renewals skip errored instances.
54+
55+ Review the failed task to find the cause. After fixing the underlying problem, delete the errored instance and create a
56+ new one .
5757
5858## Related pages
5959
0 commit comments