Update Blocklist
update-blocklistModify an existing blocklist by updating its GNQL query, name, IP limit, or enabled status.
Instructions
Update a blocklist's query, name, IP limit, or enabled state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Human-friendly blocklist name | |
| query | Yes | GNQL query whose matching IPs populate the blocklist | |
| enabled | No | Whether the blocklist is active | |
| ip_limit | No | Max IPs to include | |
| blocklist_id | Yes | Blocklist ID (UUID) | |
| workspace_id | No | Workspace ID (UUID). Defaults to the workspace the API key is bound to. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| query | No | ||
| token | No | ||
| enabled | No | ||
| ip_limit | No | ||
| created_at | No | ||
| updated_at | No | ||
| workspace_id | No | ||
| last_ip_count | No | ||
| entitlement_level | No | ||
| query_workspace_id | No |