deleteSnapshot: Delete a snapshot from the R server.

Description

Deletes the specified snapshot from the repository on the R Server.

Usage

  deleteSnapshot(snapshot_id)

Arguments

snapshot_id

Identifier of the snapshot to delete.

Details

Complete documentation: https://go.microsoft.com/fwlink/?linkid=836352

Value

TRUE if successful.

See Also

createSnapshot

listSnapshots

loadSnapshot

downloadSnapshot

Examples


 ## Not run:

deleteSnapshot("8ce7eb47-3aeb-4c5a-b0a5-a2025f07d9cd")
## End(Not run)