Skip to content

Invalidate library cache

DELETE
/arr/library
curl --request DELETE \
--url 'https://example.com/api/v1/arr/library?instanceId=1'

Clears the server-side cache for an Arr instance’s library data. The next GET request will fetch fresh data from the Arr instance.

instanceId
required
integer

Arr instance ID

Cache invalidated

Media typeapplication/json
object
success
required

Whether the cache was invalidated

boolean
Examplegenerated
{
"success": true
}

Invalid or missing instanceId

Media typeapplication/json
object
error
required

Error message

string
Examplegenerated
{
"error": "example"
}