Skip to content

Deleting Images

vzakaznikov edited this page Oct 3, 2024 · 6 revisions

Deleting Images

✅ Available: >= 1.7.241002

You can delete custom snapshot images using the images delete command.

❗ Warning: Only images of type snapshot and backup can be deleted.

The most common use cases is to delete a custom image snapshot created using the images create command. See Creating Custom Images.

Example command

github-hetzner-runners images delete --id 25560292

The images are deleted by id. You can use the images list command to find an id for the specific image. See Listing Images.

Available options for the delete command

  • --id id image id (required)
Clone this wiki locally