panel icon indicating copy to clipboard operation
panel copied to clipboard

Allocations API could support deleting multiple allocations at once

Open iamkubi opened this issue 1 year ago • 0 comments

Is there an existing feature request for this?

  • [X] I have searched the existing issues before opening this feature request.

Describe the feature you would like to see.

Currently the API for deleting allocations from a node only supports deleting a single allocation per API call. Sometimes people need to delete hundreds or thousands of allocations at once, so ideally this would be updated to allow deleting multiple allocations in a single API call similar to how you can create multiple allocations in one call.

Describe the solution you'd like.

Pass an array of allocation IDs to the delete allocation API.

Additional context to this request.

No response

iamkubi avatar Sep 11 '22 17:09 iamkubi