# Is it possible to bulk edit templates?

**URL:** https://forum.opennebula.io/t/is-it-possible-to-bulk-edit-templates/8705
**Category:** Installation & Configuration
**Created:** [August 2, 2020, 7:34pm UTC](https://forum.opennebula.io/t/is-it-possible-to-bulk-edit-templates/8705 "2020-08-02T19:34:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Liorme](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/liorme/32/6115_2.png) [@Liorme](https://forum.opennebula.io/u/Liorme)
#### Post date: [August 2, 2020, 7:34pm UTC](https://forum.opennebula.io/t/is-it-possible-to-bulk-edit-templates/8705/1 "2020-08-02T19:34:32Z")

</div>

i have vcenter templates  
can i mass edit a bunch of them and change something of the same in them all?  
or maybe, alternatively are there templates file that i can edit on the linux level?

---

<div class="post-metadata">

### Author: ![cgonzalez](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/cgonzalez/32/7096_2.png) [@cgonzalez](https://forum.opennebula.io/u/cgonzalez)
#### Post date: [August 10, 2020, 11:42am UTC](https://forum.opennebula.io/t/is-it-possible-to-bulk-edit-templates/8705/2 "2020-08-10T11:42:22Z")

</div>

Hello @Liorme,

OpenNebula VMs templates are stored in the DB so you cannot update any file at linux level.

You can create a bash script with the help of [onedb tool](http://docs.opennebula.io/5.12/deployment/references/onedb.html#onedb-change-body) or you can use any of the [existing bindings](http://docs.opennebula.io/5.12/integration/system_interfaces/index.html) to do the changes at API level.

---

<div class="post-metadata">

### Author: ![Liorme](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/liorme/32/6115_2.png) [@Liorme](https://forum.opennebula.io/u/Liorme)
#### Post date: [August 10, 2020, 11:49am UTC](https://forum.opennebula.io/t/is-it-possible-to-bulk-edit-templates/8705/3 "2020-08-10T11:49:22Z")

</div>

oh i see, thank you. but scripting is above me 🙂
