policy
Policy-related operations.
Synopsis
maple policy info POLICY_ID [OPTIONS]
maple policy stop POLICY_ID [OPTIONS]
Subcommands
info
Get information about the policy in the container.
maple policy info POLICY_ID [OPTIONS]
Arguments
POLICY_IDID of running policy
Options
--port INTEGERDaemon port to connect to (default: from config, typically 8000)
Example
maple policy info openvla-7b-abc123
Output:
Policy Info:
Name: openvla
Loaded: True
Model Path: /models/openvla
Device: cpu
Image Size: [224, 224]
stop
Stop a running policy container.
maple policy stop POLICY_ID [OPTIONS]
Arguments
POLICY_IDID of policy to stop
Options
--port INTEGERDaemon port
Example
maple policy stop openvla-7b-abc123
Output:
✓ Stopped: openvla-7b-abc123