craft your forge, build your project, grow your community freely
1<!--
2SPDX-FileCopyrightText: 2025 Romain Maneschi <romain@gitroot.dev>
3 4SPDX-License-Identifier: CC-BY-SA-4.0
5--> 6 7# Delete a plugin
8 9Remove lines from `.gitroot/plugins.yml` and GitRoot will delete the plugin. Be carrefull when doing that GitRoot will not update `.gitroot/plugins.yml` of sub-repo which could use it.
1011```diff
12- - url: "file:///plugins/ladybug/ladybug-0.0.1.wasm"
13- crc32: null
14- name: ladybug
15```1617Commit your change and push `git add . && git commit -m "delete plugin ladybug" && git push`. When the change will be in the [defaultBranch](../technicals/default_branch.md) nobody on your instance will be able to use it anymore.
1819> You need to tell to your users that the plugin no longer exist.