maple.cmd.cli.rmv

Remove commands for the MAPLE CLI.

This module provides commands for removing (deleting) policies and environments from the system. This includes: - Removing entries from the database - Deleting model weights from disk - Removing Docker images

Commands: - policy: Remove a policy model and its weights - env: Remove an environment and its Docker image

Functions

remove_env_cmd(name, port)

Remove an environment from the system.

remove_policy_cmd(name, port, keep_weights)

Remove a policy model from the system.