image_delete function

Rename/delete an image

Rename/delete an image

There is no way to restore a deleted image so be careful and ensure your data is properly backed up before deleting it.

image_delete(image, ...) image_rename(image, name, ...)

Arguments

  • image: An image to modify.
  • ...: Options passed on to httr::GET. Must be named, see examples.
  • name: (character) New name for image.

Examples

## Not run: image_delete(5620385) # Delete all of your snapshots ## BE CAREFUL WITH THIS ONE # lapply(images(TRUE), image_delete) ## End(Not run)
  • Maintainer: Mauricio Vargas
  • License: Apache License (>= 2)
  • Last published: 2023-04-19