Skip to content

Add delete jobs endpoint #248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 11, 2025
Merged

Add delete jobs endpoint #248

merged 3 commits into from
Jun 11, 2025

Conversation

mcucchi9
Copy link
Collaborator

@mcucchi9 mcucchi9 commented Jun 4, 2025

This PR introduces the POST /jobs/delete endpoint, which enables deletion of multiple jobs at once.
The jobs to be deleted must be specified as a list of their job ids in the request body:

{
   "job_ids": [...]
}

@mcucchi9 mcucchi9 self-assigned this Jun 4, 2025
@mcucchi9 mcucchi9 requested a review from keul June 4, 2025 13:29
Copy link
Contributor

@keul keul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested by @alfredotoselli, works for us

@mcucchi9 mcucchi9 merged commit 2839a35 into main Jun 11, 2025
9 checks passed
@mcucchi9 mcucchi9 deleted the COPDS-2651-delete-jobs branch June 11, 2025 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants