public-cloud-roadmap icon indicating copy to clipboard operation
public-cloud-roadmap copied to clipboard

CLI - Ability to delete several resources at once

Open mhrng opened this issue 2 years ago • 2 comments

User story

As a user/data scientist/Machine Learning engineer,
 I would like to be able to delete several resources at the same time through single commands such as:

ovhai job delete <job_id> <job_id> <job_id>
ovhai notebook delete <notebook_id> <notebook_id> <notebook_id>
ovhai app delete <app_id> <app_id> <app_id>

and to delete several resources attached to the same label through a single command:

ovhai label delete <label_id>

so that I don't have to remove them one by one and can save time.

Acceptance criteria

  • I can delete several jobs in one command line
  • I can delete several notebooks in one command line
  • I can delete several apps in one command line
  • I can delete instances that have the same label in one command line
  • Ability to use via CLI

Follow, vote and give your feedback

You can follow this task with the notification on the right tab. Ask us anything here in the comments below, and vote with emojis for most requested items! 👍 to vote for this issue

Discuss on Discord

Feel free to discuss with us on https://discord.gg/ovhcloud

mhrng avatar Oct 03 '22 08:10 mhrng

The feature is already available to delete jobs, notebooks and apps. Coming soon for the resources attached to the same label!

mhrng avatar Oct 03 '22 08:10 mhrng

Available for notebooks, jobs and apps. Planned for end of March 2023 for labels.

mhrng avatar Mar 10 '23 14:03 mhrng