Skip to contents

Cancel/stop PROOF Cromwell server

Usage

proof_cancel(token = NULL)

Arguments

token

(character) token for bearer authentication with the PROOF API. default is NULL. we do not recommend passing your token here as a string. Either pass it using Sys.getenv() or save your token as an env var and then passing nothing to this param and we'll find it

Value

On success, a list with a single field:

  • message (character)

If run when there's no Cromwell server running, an HTTP error

Timeout

If the PROOF API is unavailable, this function will timeout after 5 seconds. Contact the package maintainer if you get a timeout error. See proof_timeout().