For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai images delete

Delete an image from a project

Synopsis

Delete the image version identified by its name and tag from a project. Other tags pointing to the same version are also deleted.

iai images delete <image_name> [flags]

Examples

  iai images delete my-service --tag 1.2.3
  iai images delete my-service --tag 1.2.3 --force
  iai images delete my-service --tag 1.2.3 --organization my-org --project my-project

Options

  -f, --force                 Skip confirmation prompt
  -h, --help                  help for delete
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name the image belongs to
  -t, --tag string            Tag of the image version to delete

Options inherited from parent commands

SEE ALSO

Last updated

Was this helpful?