How to update the TTL on a collection?

Using NodeJS + MongoJS, I have connection to a mongo DB. I set a TTL on a collection with: myCollection.createIndex({createdAt: 1}, {expireAfterSeconds: 60 * 30}) Is it now possible to update the