maple.cmd.cli.rmv.remove_env_cmd

maple.cmd.cli.rmv.remove_env_cmd(name: str = <typer.models.ArgumentInfo object>, port: int = <typer.models.OptionInfo object>) None

Remove an environment from the system.

This command will: 1. Remove the environment from the database 2. Remove the Docker image (unless –keep-image is specified) 3. Stop any running containers using this environment

Parameters:
  • name – Name of the environment to remove.

  • port – Daemon port number.