Learn R Programming

FaaSr (version 1.4.4)

faasr_delete_log: faasr_delete_log

Description

deletes a FaaSr log file stored in S3 This function deleted a specific FaaSr log file from the user's S3 FaaSrLog bucket

Usage

faasr_delete_log(uuid)

Value

nothing is returned

Arguments

uuid

the UUID of the log to retrieve

Examples

Run this code
if (interactive()){
test <- faasr("test.json", "env")
logs <- test$faasr_delete_log('SOME-UUID')
}


Run the code above in your browser using DataLab