

deleteAlarm() and deleteAll() the Cloudflare API says it still exists via the endpoint /workers/durable_objects/namespaces/<id>/objects... Any insights would be appreciated.deleteAll() might time out if you need to delete a large amount of objects, but if it fully completes, everything should be deleted
deleted_classes migration in v0.0.2 and deployed.Error: Internal error while starting up Durable Object storage caused object to be reset.deleteAlarm()deleteAll()deleteAll()/workers/durable_objects/namespaces/<id>/objectsFor Durable Objects with a key-value storage backend, an in-progress deleteAll() operation can fail, which may leave a subset of data undeleted. Durable Objects with a SQLite storage backend do not have a partial deleteAll() issue because deleteAll() operations are atomic (all or nothing).'Invalid deployment: The version "[snipped]" cannot be deployed because it has a resource that was modified: the version depends on Durable Object migration "v0.0.2", but the current deployment is using migration "v0.0.3" - check the request details and try again.'deleted_classesv0.0.2Error: Internal error while starting up Durable Object storage caused object to be reset.