Skip to content

Update/delete score using python sdk #1486

Discussion options

You must be logged in to vote

You can use the DELETE API found here: https://api.reference.langfuse.com/#delete-/api/public/scores/-scoreId-

When you create a new score, the function will return a scoreID. Make sure to save this ID. If you need to update the score later, you'll first need to delete the previous score using the DELETE API, and then create a new one.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mjrusso
Comment options

@mjrusso
Comment options

@FrankyCTY
Comment options

Answer selected by marcklingen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants