mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-03 00:26:58 -05:00
API queue delete is in source but not in documentation #653
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Lidarr-Lidarr#653
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @esticle on GitHub (Dec 5, 2019).
Describe the bug
I would like to remove, remove & blacklist, etc items from the queue using the API v1
To Reproduce
n/a
Expected behavior
Documentation should give some hints - unfortunately it does not
The source however, mentions items such as Remove, skipReDownload, etc but unfortunately I cannot deduce from that how to call it (sonarr-style /api/v1/queue/%s?apikey=%s does not appear to work).
Rough hints appreciated!
System info (please complete the following information):
Thanks!
@Qstick commented on GitHub (Dec 11, 2019):
Send a delete request in this format
api/v1/queue/${id}?blacklist=${blacklist}&skipredownload=${skipredownload}and fill in the values for Id, blacklist (Boolean) and skipredownload (Boolean)@esticle commented on GitHub (Dec 11, 2019):
Just perfect, thanks!
@Qstick commented on GitHub (Dec 16, 2019):
Added to WIKI, Thanks
https://github.com/lidarr/Lidarr/wiki/Queue