Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer | Yes |
| Content-Type | application/json | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name |
| ipGroupName | string | Yes | IP Group name |
Request Body
Same structure as Add IPs. See Add IPs to Group for field descriptions.Important Notes
- This endpoint replaces ALL existing IPs with the provided list
- If you want to add IPs without removing existing ones, use Add IPs endpoint
- Empty list will remove all IPs from the group
Response
Success Response (200 OK)
Error Response (400 Bad Request)
cURL Example
Permissions
- User must have
GLOBAL_SETTINGS+MANAGEpermission in the project
Notes and Warnings
-
Complete Replacement:
- Replaces ALL existing IPs with the provided list
- Existing IPs not in the new list are removed
-
Empty List:
- Empty list will remove all IPs from the group
-
Use Add IPs for Addition:
- If you want to add IPs without removing existing ones, use Add IPs endpoint
Related Documentation
- Add IPs to Group - Add IPs without removing existing ones
- Delete IPs from Group - Remove specific IPs from group

