# Admin Commands
Following are the list of admin commands usable with Anzu. Remember that all admin commands are usable in any environments.
# System Call: Purge
This command deletes your whole tasks
schema in the MongoDB database. Use with caution!
# Example Usage
System Call: Purge
# Response
The database has been purged!
# System Call: Delete Expired
This command is used to delete all expired tasks, manually.
# Example Usage
System Call: Delete Expired
# Response
All expired data have been deleted!
# System Call: Local Deletion
This command is used to delete all tasks in an environment.
# Example Usage
System Call: Local Deletion
# Response
All data in this environment have been deleted!
# System Call: Administrator
This command is used to check if the user saying that passphrase is an administrator or not.
# Example Usage
System Call: Administrator
# Response
Hello Administrator! How are you?