remove_card
Removes a card from a Home Assistant dashboard view by specifying dashboard, view, card index, and section. Use dry-run for preview before saving.
Instructions
Remove a card from a dashboard view (live)
Args:
url_path: Dashboard URL path, or None for the default dashboard.
view: Target view (index, or matching path/title).
card_index: Index of the card to remove within the target card list.
section: For a "sections"-type view, which section the card is in
(index/title/heading). Required for sections views.
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 | ||
| section | No | ||
| url_path | No | ||
| card_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |