[Feature]: Remove multiple instances with `dstack pool rm`
Problem
If there are several instances in your pool that you want to remove, you have to call dstack pool rm for each one individually, which takes a lot of time.
Solution
Allow specifying multiple instances in dstack pool rm.
dstack pool rm instance-1 instance-2 ... instance-n
Apart from being more convenient, this is also consistent with the rm command in other software, e.g. POSIX rm, docker rm, terraform state rm.
Workaround
No response
Would you like to help us implement this feature by sending a PR?
Yes
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale. Please reopen the issue if it is still relevant.
Irrelevant because of the introduction of fleets