NeMo Studio Guardrail Configs

View as Markdown

Use Guardrails in the NeMo Studio workspace sidebar to view and manage NeMo Guardrails configurations for the selected workspace.

Guardrail Config List

The Guardrail Configs table shows all guardrail configurations in the current workspace. Select a row to open the config detail page.

ActionWhereResult
View detailsSelect a rowOpens the guardrail config detail page.
SearchName search barFilters the list to configs whose names match the query.
Delete a configRow actions > DeleteRemoves the guardrail configuration from the workspace.

The table shows each config’s name, description, model count, rail count, and last updated time.

Guardrail configurations are created and updated through the nemo guardrail CLI or the Guardrails API. NeMo Studio reflects the current workspace state.

Guardrail Config Detail

The detail page shows the stored properties of a single guardrail configuration.

FieldDescription
DescriptionA short summary of the config’s purpose, if set.
ModelsNumber of task models (for example, content_safety) attached to the config.
RailsTotal count of input, output, and retrieval flows defined in the config.
CreatedWhen the configuration was first stored.
UpdatedWhen the configuration was last modified.
ConfigThe full configuration payload as formatted JSON.

The Edit action is not yet available. To modify a configuration, use the nemo guardrail CLI or the Guardrails API, then reload the page.

Delete a Guardrail Config

Select Delete from the row actions menu on the list page, or select Delete in the detail page header. Confirm the prompt to remove the configuration. Deletion is permanent.

Before deleting a config, check whether it is referenced by any virtual model middleware pipeline. Removing a config that is wired to a virtual model does not automatically remove the middleware reference.