maple.cmd.cli.policy.stop_policy
- maple.cmd.cli.policy.stop_policy(policy_id: str = <typer.models.ArgumentInfo object>, port: int = <typer.models.OptionInfo object>) None
Stop a specific policy container.
Sends a stop request to the daemon to terminate a running policy container and free its resources.
- Parameters:
port – Daemon port number.
policy_id – Identifier of the policy container to stop.