maple.cmd.cli.env.stop_env

maple.cmd.cli.env.stop_env(env_id: str = <typer.models.ArgumentInfo object>, port: int = <typer.models.OptionInfo object>) None

Stop one or all environment containers.

Stops environment containers managed by the daemon. If env_id is provided, stops only that specific environment. If env_id is None, stops all running environment containers.

Parameters:
  • port – Daemon port number.

  • env_id – Optional identifier of specific environment to stop.