Commands › › Dismiss Specific Revit Warning By Index
Dismiss Specific Revit Warning By Index
Coming soon
Before you run this
Active document must have at least one warning.
After it runs
The targeted warning is dismissed. Warning count reduced by 1.
When to use this
- User confirms a warning is safe to dismiss after AI review.
Don't use this when
Dismissing all warnings of a type (use DismissAllRevitWarningsOfSameType instead).
Inputs
| Name | Kind | Type | Required | Default | Description |
|---|---|---|---|---|---|
WarningIndex |
config | integer |
no | 0 | Zero-based index of the warning to dismiss |
What you'll see in the chat
on start
Dismissing the selected warning...
thinking
Locating warning by index...
Opening transaction for warning dismissal...
Opening transaction for warning dismissal...
on success
Warning dismissed successfully. {remaining} warnings remain.
on failure
Could not dismiss warning: {error}
REST API
Not yet exposed
This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:
POST /api/v1/commands/dismiss_specific_revit_warning_by_index- Request body schema (from
[RestApiParam]) - Response schema (from
[RestApiResponse]) - curl / JS / Python code examples
Keywords & intent patterns
dismiss warning · remove warning · clear warning · delete warning
Related
| Pillar |
|---|