Skip to main content
Upstash Documentation home page
Search...
⌘K
Discord
Blog
Twitter
Console
Console
Search...
Navigation
Functions
FUNCTION DELETE
Overview
Redis
Vector
QStash
Workflow
Search
Realtime
Developer API
Redis
Overall
Quickstarts
Features
SDKs
Typescript
Overview
Get Started
Commands
Overview
Auth
Bitmap
Functions
FCALL
FCALL_RO
FUNCTION DELETE
FUNCTION FLUSH
FUNCTION LIST
FUNCTION LOAD
FUNCTION STATS
Generic
Hash
Json
List
PubSub
Scripts
Server
Set
Sorted Set
Stream
String
Transactions
Deployment
Pipelining
Advanced
Retries
Troubleshooting
Developing or Testing
Python
Ratelimit (TS)
Ratelimit (PY)
Security & Compliance
How To
Integrations
Tutorials
Troubleshooting
Help
Example
Copy
Ask AI
await
redis
.
functions
.
delete
(
"mylib"
)
Functions
FUNCTION DELETE
Copy page
Delete a library and all its functions.
Copy page
Arguments
libraryName
string
required
The name of the library to delete.
Response
“OK”
Example
Copy
Ask AI
await
redis
.
functions
.
delete
(
"mylib"
)
Was this page helpful?
Yes
No
Suggest edits
Raise issue
FCALL_RO
FUNCTION FLUSH
⌘I