manage-dashboard
Manage Coval Dashboard
Manage dashboard $ARGUMENTS.
Instructions
Step 1: Verify CLI Authentication
coval whoami
If no dashboard ID provided, list available dashboards:
coval dashboards list
Get Dashboard Details
coval dashboards get <dashboard_id>
For JSON output:
coval dashboards get <dashboard_id> --format json
Also list its widgets:
coval dashboards widgets list <dashboard_id>
Update Dashboard Name
coval dashboards update <dashboard_id> --name "New Dashboard Name"
Delete Dashboard
coval dashboards delete <dashboard_id>
CRITICAL: This deletes the dashboard and all its widgets. Confirm with the user before proceeding.
Options
| Flag | Description | Default |
|---|---|---|
--name |
New dashboard name (update only) | — |
--format |
Output format | table |
Troubleshooting
Dashboard not found
Cause: Invalid dashboard ID.
Solution: Run coval dashboards list to find the correct ID.
More from coval-ai/coval-external-skills
onboard
>
14launch-run
Launch a Coval evaluation run against an AI agent. Use when user wants to start an evaluation, test an agent, or run simulations.
12coval-resources
Comprehensive overview of ALL Coval platform resources, their hierarchy, relationships, API endpoints, and ID formats. Use when user asks about Coval resources, data model, how things relate, what endpoints exist, or needs context about the platform structure before making API calls.
12quick-eval
Full evaluation workflow - launch a run, watch progress, and summarize results. Use for end-to-end agent testing.
12download-audio
Download audio recordings from Coval voice simulations. Use when user wants to listen to or analyze call recordings.
12watch-run
Monitor a Coval run's progress with live updates. Use when user wants to check run status or wait for completion.
12