Skip to main content

Usage

koava remove <MODEL_IDENTIFIER> [OPTIONS]
Aliases:
koava rm <MODEL_IDENTIFIER> [OPTIONS]
For help:
koava remove -h

Description

The remove command permanently deletes all files associated with a model from KoalaVault. This action cannot be undone.
This is a destructive operation! Deleted models and files cannot be recovered. Make sure you have local backups.

Examples

# Remove with confirmation
koava remove my-model

# Force remove (no confirmation)
koava remove my-model --force

Advanced

Arguments

MODEL_IDENTIFIER

Model to remove files from (required). You can only remove files from your own models.

Options

—force, -f

Delete without confirmation prompt.
koava remove my-model --force

Related Commands