remove_view
Delete a dashboard view and its cards in Home Assistant, with a dry-run preview to verify before saving.
Instructions
Remove a view from a dashboard (live)
⚠️ Removes the view and all its cards.
Args:
url_path: Dashboard URL path, or None for the default dashboard.
view: Target view (index, or matching path/title).
dry_run: Preview without saving.
Returns:
Save result with a backup_id, or a dry-run preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | ||
| dry_run | No | ||
| url_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |