| GET | /api/v4/admin_member_roles | Get Admin Roles for this GitLab instance |
| POST | /api/v4/admin_member_roles | Create Admin Role on the GitLab instance |
| DELETE | /api/v4/admin_member_roles/{member_role_id} | Delete Admin Role |
| PUT | /api/v4/admin/active_context/code/enabled_namespaces | Update enabled namespace state |
| PUT | /api/v4/admin/active_context/collections/{id} | Update collection options |
| GET | /api/v4/admin/active_context/connections | Get all ActiveContext connections |
| PUT | /api/v4/admin/active_context/connections/activate | Activate an ActiveContext connection |
| PUT | /api/v4/admin/active_context/connections/deactivate | Deactivate an ActiveContext connection |
| GET | /api/v4/admin/batched_background_migrations | Get the list of batched background migrations |
| GET | /api/v4/admin/batched_background_migrations/{id} | Retrieve a batched background migration |
| PUT | /api/v4/admin/batched_background_migrations/{id}/pause | Pause a batched background migration |
| PUT | /api/v4/admin/batched_background_migrations/{id}/resume | Resume a batched background migration |
| GET | /api/v4/admin/ci/variables | List all instance-level variables |
| POST | /api/v4/admin/ci/variables | Create a new instance-level variable |
| DELETE | /api/v4/admin/ci/variables/{key} | Delete an existing instance-level variable |
| GET | /api/v4/admin/ci/variables/{key} | Get the details of a specific instance-level variable |
| PUT | /api/v4/admin/ci/variables/{key} | Update an instance-level variable |
| GET | /api/v4/admin/clusters | List instance clusters |
| DELETE | /api/v4/admin/clusters/{cluster_id} | Delete instance cluster |
| GET | /api/v4/admin/clusters/{cluster_id} | Get a single instance cluster |
| PUT | /api/v4/admin/clusters/{cluster_id} | Edit instance cluster |
| POST | /api/v4/admin/clusters/add | Add existing instance cluster |
| GET | /api/v4/admin/data_management/{model_name} | Get a list of model data |
| POST | /api/v4/admin/data_management/{model_name} | Post api v4 admin data_management by model_name. |
| GET | /api/v4/admin/data_management/{model_name}/{record_identifier} | Get data about a specific model |
| PUT | /api/v4/admin/data_management/{model_name}/{record_identifier}/checksum | Recalculate the checksum of a specific model |
| PUT | /api/v4/admin/data_management/{model_name}/checksum | Recalculate the checksum of a all records for a model |
| GET | /api/v4/admin/databases/{database_name}/dictionary/tables/{table_name} | Retrieve dictionary details |
| GET | /api/v4/admin/knowledge_graph/namespaces | Get all enabled namespaces for Knowledge Graph |
| POST | /api/v4/admin/knowledge_graph/namespaces | Post api v4 admin knowledge_graph namespaces. |
| DELETE | /api/v4/admin/knowledge_graph/namespaces/{id} | Disable a namespace for Knowledge Graph |
| PUT | /api/v4/admin/knowledge_graph/namespaces/{id} | Enable a namespace for Knowledge Graph |
| POST | /api/v4/admin/migrations/{timestamp}/mark | Mark the migration as successfully executed |
| GET | /api/v4/admin/migrations/pending | List pending database migrations |
| GET | /api/v4/admin/search/migrations | Lists all advanced search migrations |
| GET | /api/v4/admin/search/migrations/{migration_id} | Get a migration by version or name |
| GET | /api/v4/admin/security/compliance_policy_settings | Get security policy settings |
| PUT | /api/v4/admin/security/compliance_policy_settings | Update security policy settings |
| DELETE | /api/v4/admin/sidekiq/queues/{queue_name} | Drop jobs matching the given metadata from the Sidekiq queue |
| GET | /api/v4/admin/token | Get api v4 admin token. |
| PATCH | /api/v4/admin/zoekt/namespaces/{id} | Update the number of replicas override for an enabled namespace |
| PUT | /api/v4/admin/zoekt/projects/{project_id}/index | Triggers indexing for the specified project |
| GET | /api/v4/admin/zoekt/shards | Get all the Zoekt nodes |
| POST | /api/v4/admin/zoekt/shards | Post api v4 admin zoekt shards. |
| DELETE | /api/v4/admin/zoekt/shards/{node_id} | Delete api v4 admin zoekt shards by node_id. |
| GET | /api/v4/admin/zoekt/shards/{node_id} | Get api v4 admin zoekt shards by node_id. |
| GET | /api/v4/admin/zoekt/shards/{node_id}/indexed_namespaces | Get all the indexed namespaces for this node |
| POST | /api/v4/admin/zoekt/shards/{node_id}/indexed_namespaces | Post api v4 admin zoekt shards by node_id indexed_namespaces. |
| DELETE | /api/v4/admin/zoekt/shards/{node_id}/indexed_namespaces/{namespace_id} | Remove a namespace from a node for Zoekt indexing |
| PUT | /api/v4/admin/zoekt/shards/{node_id}/indexed_namespaces/{namespace_id} | Add a namespace to a node for Zoekt indexing |
| GET | /api/v4/ai/agents | Get api v4 ai agents. |
| POST | /api/v4/ai/agents | Post api v4 ai agents. |
| DELETE | /api/v4/ai/agents/{id} | Delete api v4 ai agents by id. |
| GET | /api/v4/ai/agents/{id} | Get api v4 ai agents by id. |
| PUT | /api/v4/ai/agents/{id} | Put api v4 ai agents by id. |
| POST | /api/v4/ai/duo_workflows/code_review/add_comments | Add code review comments to a merge request |
| POST | /api/v4/ai/duo_workflows/direct_access | Connection details for accessing Duo Agent Platform Service directly |
| GET | /api/v4/ai/duo_workflows/list_tools | List Duo Agent Platform tools |
| POST | /api/v4/ai/duo_workflows/revoke_token | Revoke ai_workflows token |
| GET | /api/v4/ai/duo_workflows/workflows | Get api v4 ai duo_workflows workflows. |