prefect
prefect copied to clipboard
Add a CLI feature to delete storage blocks
Description
Currently, it's very easy to create new storage blocks e.g. via CLI command prefect storage create
or via Deployments. But this may lead to a lot of storage configurations as shown in this image:
It would be great to have a command:
prefect storage delete UUID
I believe we'll want to implement this as a prefect block delete <uuid>
command but I have no clue what our plans are for a blocks CLI
Makes sense. I thought "prefect storage delete" would be intuitive given that there is already:
- prefect storage create
- prefect storage ls
- prefect storage set-default
+1 for storage delete functionality
This issue is stale because it has been open 30 days with no activity. To keep this issue open remove stale label or comment.
This issue was closed because it has been stale for 14 days with no activity. If this issue is important or you have more to add feel free to re-open it.