Garden-AI / garden

https://garden-ai.readthedocs.io
MIT License
16 stars 4 forks source link

Add commands to remove entrypoints from gardens and delete entrypoints #469

Open hholb opened 1 month ago

hholb commented 1 month ago

Currently users can manage gardens using the cli with: garden-ai garden create... garden-ai garden delete... garden-ai garden add-entrypoint...

There is currently no way to remove an entrypoint from a garden with a similar command. It would be nice to be able to remove an entrypoint from a garden without deleting the entrypoint. I suggest something like: garden-ai garden remove-entrypoint --garden <some/doi> --entrypoint <some/doi>

Also, running garden-ai entrypoint list I see some entrypoints in my local data that I no longer need, but there is currently no way to remove them. I am thinking something like garden-ai entrypoint delete <some-doi>.

Possibly related: #396