model-security groups¶
model-security groups list¶
List security groups
Options¶
| Flag | Required | Default | Description |
|---|---|---|---|
--source-types <types> |
No | — | Filter by source types (comma-separated) |
--search <query> |
No | — | Search by name or UUID |
--sort-field <field> |
No | — | Sort field (created_at, updated_at) |
--sort-dir <dir> |
No | — | Sort direction (asc, desc) |
--enabled-rules <uuids> |
No | — | Filter by enabled rule UUIDs (comma-separated) |
--limit <n> |
No | 20 |
Max results |
--output <format> |
No | pretty |
Output format: pretty, table, csv, json, yaml |
Examples¶
List security groups
Security Groups:
bb1d038a-0506-4b07-8f16-a723b8c1a1c7
Default GCS ACTIVE source: GCS
020d546d-3920-4ef3-9183-00f37f33f566
Default LOCAL ACTIVE source: LOCAL
6a1e67e1-00cc-45dc-9395-3a9e3dbf50f9
Default S3 ACTIVE source: S3
fd1a4209-32d0-4a1a-bd40-cde35104dc39
Default AZURE ACTIVE source: AZURE
4c22aef7-2ab7-40ba-b3f1-cd9e9aa1768e
Default HUGGING_FACE ACTIVE source: HUGGING_FACE
model-security groups get¶
Get security group details
Arguments¶
uuid(required) —
Examples¶
Pretty output (default; no --output flag on this command)
Prisma AIRS — Model Security
ML model supply chain security
Security Group Detail:
UUID: 00000000-0000-0000-0000-000000000001
Name: Default HUGGING_FACE
Description: Auto-created default security group for HUGGING_FACE models
Source Type: HUGGING_FACE
State: ACTIVE
Created: 2025-11-24T15:44:39.596957Z
Updated: 2025-11-24T15:44:48.852089Z
model-security groups create¶
Create a security group
Options¶
| Flag | Required | Default | Description |
|---|---|---|---|
--config <path> |
Yes | — | JSON file with group configuration |
Examples¶
Create from body fixture (see docs/cli/examples/model-security/group-create.json)
Prisma AIRS — Model Security
ML model supply chain security
Group created: 00000000-0000-0000-0000-000000000001
Security Group Detail:
UUID: 00000000-0000-0000-0000-000000000001
Name: group-docs-test
Description: Throwaway group for docs capture — safe to delete
Source Type: HUGGING_FACE
State: PENDING
Created: 2026-05-26T10:20:10.809882Z
Updated: 2026-05-26T10:20:10.809882Z
model-security groups update¶
Update a security group
Arguments¶
uuid(required) —
Options¶
| Flag | Required | Default | Description |
|---|---|---|---|
--name <name> |
No | — | New name |
--description <desc> |
No | — | New description |
Examples¶
Update the description (use --name to rename)
airs model-security groups update 00000000-0000-0000-0000-000000000001 --description "Throwaway group — updated description for docs capture"
Prisma AIRS — Model Security
ML model supply chain security
Group updated: 00000000-0000-0000-0000-000000000001
Security Group Detail:
UUID: 00000000-0000-0000-0000-000000000001
Name: group-docs-test
Description: Throwaway group — updated description for docs capture
Source Type: HUGGING_FACE
State: PENDING
Created: 2026-05-26T10:20:10.809882Z
Updated: 2026-05-26T10:20:45.684391Z
model-security groups delete¶
Delete a security group
Arguments¶
uuid(required) —
Examples¶
Delete a security group by UUID