docs

ix templates

ix templates rm

Delete one template. The entry is the stored build's GC pin, so removal releases it; the next `ix new` of the same rev rebuilds it

Usage: ix templates rm [OPTIONS] <TARGET>

also answers to delete, remove

arguments

  • <TARGET> The entry to delete: an id from ix templates ls, a template name, or a template reference (pinned or as typed). A target naming several entries is rejected with their ids

options

  • --region <REGION> Region whose template store holds the entry env: IX_REGION
  • --force <FORCE> Delete an entry that is still building, abandoning its cache entry (the running build still serves its own caller) default: false
  • --message-format <MESSAGE_FORMAT> Error format one of: human, short, json default: human