Dominio de acciones
group
Todas las acciones que este dominio expone vía gitlab_execute_action, del manifiesto gitlab://tools. Cada entrada se despliega a su descripción completa y sus parámetros obligatorios.
75 · acciones13 · destructivas32 · solo lectura
Contado con un token Free contra gitlab.com, que es el único host con el que habla este endpoint: para usarlo contra una instancia self-managed, levanta tú el servidor — su documentación lo cubre. El catálogo depende del token que pregunta, así que el recuento se mueve con su tier y con sus permisos: los tiers superiores exponen más acciones, y los dominios de administración solo aparecen a tokens autorizados a usarlos. Por eso las cifras difieren en otros sitios: el proyecto upstream cataloga 1.006 acciones en 162 dominios, y 851 en la superficie Free/CE, mientras que este despliegue publica 747 porque es solo-OAuth y actúa con tu token, así que los dominios de administración que una cuenta sin admin no puede llamar no aparecen nunca. Las tres describen el mismo catálogo, contado desde tres sitios distintos.
Volver a la ficha del servidor
Group Archivegroup.archiveArchive a GitLab group, making it and its projects read-only in GitLab. Returns: a success confirmation. See also:
group.unarchive,group.get,group.update.Parámetros obligatorios:
group_id (string)
Add Group Badgegroup.badge_addAdd a badge to a group. Returns: the created badge with id, name, link_url, image_url, rendered_link_url, rendered_image_url, and kind. See also:
group.badge_list,group.badge_get.Parámetros obligatorios:
group_id (string),image_url (string),link_url (string)
Delete Group Badgedestructivagroup.badge_deleteDelete a group badge by badge_id. Returns: a success confirmation. See also:
group.badge_list,group.badge_get.Parámetros obligatorios:
badge_id (integer),group_id (string)
Edit Group Badgegroup.badge_editEdit a group badge's name, link_url, or image_url. Returns: the updated badge with id, name, link_url, image_url, rendered_link_url, rendered_image_url, and kind. See also:
group.badge_list,group.badge_get.Parámetros obligatorios:
badge_id (integer),group_id (string)
Get Group Badgesolo lecturagroup.badge_getGet a single group badge by badge_id. Returns: the badge with id, name, link_url, image_url, rendered_link_url, rendered_image_url, and kind. See also:
group.badge_list,group.badge_edit.Parámetros obligatorios:
badge_id (integer),group_id (string)
List Group Badgessolo lecturagroup.badge_listList badges for a group, including inherited group badges. Returns: badges (id, name, link_url, image_url, rendered_link_url, rendered_image_url, and kind) plus pagination metadata. See also:
group.badge_get,group.badge_add.Parámetros obligatorios:
group_id (string)
Preview Group Badgesolo lecturagroup.badge_previewPreview how a group badge's link_url and image_url resolve after placeholder interpolation, without persisting it. Returns: the rendered badge with id, name, link_url, image_url, rendered_link_url, rendered_image_url, and kind. See also:
group.badge_add,group.badge_list.Parámetros obligatorios:
group_id (string),image_url (string),link_url (string)
Group Creategroup.createCreate a GitLab group or subgroup. Returns: created group metadata including ID, full path, and visibility. See also:
group.get,group.update,group.delete.Parámetros obligatorios:
name (string)
Group Deletedestructivagroup.deleteDelete a GitLab group and its projects. Returns: a success confirmation. See also:
group.restore,group.get,group.update.Parámetros obligatorios:
group_id (string)
Group Getsolo lecturagroup.getGet one GitLab group by ID or path. Returns: group metadata, visibility, parent information, and web URL. See also:
group.list,group.members,group.projects,group.update.Parámetros obligatorios:
group_id (string)
Group Board List Creategroup.group_board_create_listCreate a new list (column) on a group issue board from a group label. Returns: the created list with its label and scope. See also:
group.group_board_get_list,group.group_board_update_list,group.group_board_delete_list.Parámetros obligatorios:
board_id (integer),group_id (string),label_id (integer)
Group Board Deletedestructivagroup.group_board_deleteDelete a group issue board permanently. Returns: a success confirmation. See also:
group.group_board_get,group.group_board_list.Parámetros obligatorios:
board_id (integer),group_id (string)
Group Board List Deletedestructivagroup.group_board_delete_listDelete a list (column) from a group issue board. Returns: a success confirmation. See also:
group.group_board_get_list,group.group_board_list_lists.Parámetros obligatorios:
board_id (integer),group_id (string),list_id (integer)
Group Board Getsolo lecturagroup.group_board_getGet a single group issue board by ID. Returns: the board with its group, milestone, scope labels, and lists. See also:
group.group_board_list,group.group_board_update,group.group_board_list_lists.Parámetros obligatorios:
board_id (integer),group_id (string)
Group Board List Getsolo lecturagroup.group_board_get_listGet a single list (column) of a group issue board. Returns: the list with its assignee, label, iteration, and milestone scope. See also:
group.group_board_list_lists,group.group_board_update_list,group.group_board_delete_list.Parámetros obligatorios:
board_id (integer),group_id (string),list_id (integer)
Group Board Listsolo lecturagroup.group_board_listList all issue boards in a group with pagination. Returns: each board with its group, milestone, scope labels, lists, and pagination metadata. See also:
group.group_board_get,group.group_board_list_lists.Parámetros obligatorios:
group_id (string)
Group Board List Listssolo lecturagroup.group_board_list_listsList the lists (columns) of a group issue board with pagination. Returns: each list with its assignee, label, iteration, and milestone scope plus pagination metadata. See also:
group.group_board_get_list,group.group_board_create_list,group.group_board_get.Parámetros obligatorios:
board_id (integer),group_id (string)
Group Board Updategroup.group_board_updateUpdate a group issue board's name and scope (assignee, milestone, labels, weight). Returns: the updated board with its group, milestone, labels, and lists. See also:
group.group_board_get,group.group_board_list.Parámetros obligatorios:
board_id (integer),group_id (string)
Group Board List Updategroup.group_board_update_listReorder a list (column) within a group issue board. Returns: the repositioned list with its scope. See also:
group.group_board_get_list,group.group_board_list_lists.Parámetros obligatorios:
board_id (integer),group_id (string),list_id (integer),position (integer)
Download Group Exportsolo lecturagroup.group_export_downloadDownload a group's finished export archive. Returns: the export archive as base64 content plus its size in bytes. See also:
group.group_export_schedule,group.group_import_file,group.get.Parámetros obligatorios:
group_id (string)
Schedule Group Exportgroup.group_export_scheduleSchedule an asynchronous export of a GitLab group. Returns: a confirmation that the export was scheduled (the archive is built in the background). See also:
group.group_export_download,group.group_import_file,group.get.Parámetros obligatorios:
group_id (string)
Import Group From Filegroup.group_import_fileImport a group from a local export archive. Returns: a confirmation that the import started (GitLab builds the group asynchronously). See also:
group.group_export_schedule,group.group_export_download,group.list.Parámetros obligatorios:
file (string),name (string),path (string)
Group Label Creategroup.group_label_createCreate a new group label. Returns: the created label with id, name, color, text color, description, counts, priority, and subscription state. See also:
group.group_label_list,group.group_label_get,group.group_label_update.Parámetros obligatorios:
color (string),group_id (string),name (string)
Group Label Deletedestructivagroup.group_label_deleteDelete a group label permanently. Returns: a success confirmation. See also:
group.group_label_get,group.group_label_list.Parámetros obligatorios:
group_id (string),label_id (string)
Group Label Getsolo lecturagroup.group_label_getGet a single group label by ID or name. Returns: the label with color, text color, description, issue and merge request counts, priority, and subscription state. See also:
group.group_label_list,group.group_label_update,group.group_label_delete.Parámetros obligatorios:
group_id (string),label_id (string)
Group Label Listsolo lecturagroup.group_label_listList labels in a group with filtering and pagination. Returns: matching labels with color, text color, description, issue and merge request counts, priority, subscription state, and pagination metadata. See also:
group.group_label_get,group.group_label_create,group.get.Parámetros obligatorios:
group_id (string)
Group Label Subscribegroup.group_label_subscribeSubscribe to a group label's notifications. Returns: the label with the updated subscription state. See also:
group.group_label_get,group.group_label_unsubscribe.Parámetros obligatorios:
group_id (string),label_id (string)
Group Label Unsubscribegroup.group_label_unsubscribeUnsubscribe from a group label's notifications. Returns: a success confirmation. See also:
group.group_label_get,group.group_label_subscribe.Parámetros obligatorios:
group_id (string),label_id (string)
Group Label Updategroup.group_label_updateUpdate a group label. Returns: the updated label with id, name, color, text color, description, counts, priority, and subscription state. See also:
group.group_label_get,group.group_label_list,group.group_label_delete.Parámetros obligatorios:
group_id (string),label_id (string)
Group Member Addgroup.group_member_addAdd a user as a direct member of a group. Returns: the created membership with access level, custom member role, expiry, and seat usage. See also:
group.members,group.group_member_edit,group.group_member_get.Parámetros obligatorios:
group_id (string),user_id (integer)
Group Member Editgroup.group_member_editEdit a direct group member's access level, expiry, or custom member role. Returns: the updated membership. See also:
group.members,group.group_member_get,group.group_member_remove.Parámetros obligatorios:
group_id (string),user_id (integer)
Group Member Getsolo lecturagroup.group_member_getGet a single direct member of a group by user ID. Returns: access level, custom member role, created_by, expiry, public email, SAML identity, and seat usage. See also:
group.members,group.group_member_get_inherited,group.group_member_edit.Parámetros obligatorios:
group_id (string),user_id (integer)
Group Member Get Inheritedsolo lecturagroup.group_member_get_inheritedGet a single member of a group including inherited memberships from ancestor groups. Returns: effective access level, custom member role, created_by, expiry, public email, SAML identity, and seat usage. See also:
group.group_member_get,group.members,group.group_member_edit.Parámetros obligatorios:
group_id (string),user_id (integer)
Group Member Removedestructivagroup.group_member_removeRemove a direct member from a group (destructive, requires confirmation). Returns: a delete confirmation. See also:
group.members,group.group_member_get,group.group_member_edit.Parámetros obligatorios:
group_id (string),user_id (integer)
Group Milestone Creategroup.group_milestone_createCreate a new group milestone. Returns: the created milestone with ID, IID, state, start and due dates. See also:
group.group_milestone_get,group.group_milestone_list,group.group_milestone_update.Parámetros obligatorios:
group_id (string),title (string)
Group Milestone Deletedestructivagroup.group_milestone_deleteDelete a group milestone permanently. Returns: a success confirmation. See also:
group.group_milestone_get,group.group_milestone_update.Parámetros obligatorios:
group_id (string),milestone_iid (integer)
Group Milestone Getsolo lecturagroup.group_milestone_getGet a single group milestone by IID. Returns: milestone metadata, state, start and due dates, expiry, and timestamps. See also:
group.group_milestone_list,group.group_milestone_update,group.group_milestone_issues.Parámetros obligatorios:
group_id (string),milestone_iid (integer)
Group Milestone Issuessolo lecturagroup.group_milestone_issuesList issues assigned to a group milestone. Returns: assigned issues with state, web URL, and pagination metadata. See also:
group.group_milestone_get,group.group_milestone_merge_requests,issue.list_group.Parámetros obligatorios:
group_id (string),milestone_iid (integer)
Group Milestone Listsolo lecturagroup.group_milestone_listList milestones in a group with filtering and pagination. Returns: matching group milestones with state, dates, expiry, and pagination metadata. See also:
group.group_milestone_get,group.group_milestone_create,project.milestone_list.Parámetros obligatorios:
group_id (string)
Group Milestone Merge Requestssolo lecturagroup.group_milestone_merge_requestsList merge requests assigned to a group milestone. Returns: assigned merge requests with state, source and target branches, and pagination metadata. See also:
group.group_milestone_get,group.group_milestone_issues.Parámetros obligatorios:
group_id (string),milestone_iid (integer)
Group Milestone Updategroup.group_milestone_updateUpdate an existing group milestone. Returns: the updated milestone with state, dates, and expiry. See also:
group.group_milestone_get,group.group_milestone_list,group.group_milestone_delete.Parámetros obligatorios:
group_id (string),milestone_iid (integer)
List Group Relations Export Statussolo lecturagroup.group_relations_list_statusList the status of a group's relations export, optionally filtered by relation. Returns: per-relation export status, error detail, batched flag, batch count, per-batch progress, and pagination metadata. See also:
group.group_relations_schedule,group.get.Parámetros obligatorios:
group_id (string)
Schedule Group Relations Exportgroup.group_relations_scheduleSchedule a new export of a group's relations (issues, labels, milestones, and more). Returns: a confirmation that the asynchronous export was scheduled. See also:
group.group_relations_list_status,group.get.Parámetros obligatorios:
group_id (string)
Delete Group Markdown Upload By IDdestructivagroup.group_upload_delete_by_idDelete a group Markdown upload by its numeric upload ID. Returns: a success confirmation. See also:
group.group_upload_list,group.group_upload_delete_by_secret.Parámetros obligatorios:
group_id (string),upload_id (integer)
Delete Group Markdown Upload By Secretdestructivagroup.group_upload_delete_by_secretDelete a group Markdown upload by its 32-character secret and filename. Returns: a success confirmation. See also:
group.group_upload_list,group.group_upload_delete_by_id.Parámetros obligatorios:
filename (string),group_id (string),secret (string)
List Group Markdown Uploadssolo lecturagroup.group_upload_listList all Markdown uploads in a group. Returns: each upload's id, filename, size, creation time, and uploader (id, username, name, state, avatar, web URL), plus pagination metadata. See also:
group.group_upload_delete_by_id,group.group_upload_delete_by_secret,group.get.Parámetros obligatorios:
group_id (string)
Group Invited Listsolo lecturagroup.invited_groupsList groups invited to a GitLab group. Returns: the invited groups with path and access metadata. See also:
group.shared_with,group.members,group.get.Parámetros obligatorios:
group_id (string)
Issue List Groupsolo lecturagroup.issuesList issues across a group. Returns: matching issues from projects in the group with pagination metadata. See also:
issue.list,group.get,search.issues.Parámetros obligatorios:
group_id (string)
Group Listsolo lecturagroup.listList accessible GitLab groups with filtering and pagination. Returns: matching groups including path, name, and visibility metadata. See also:
group.get,group.search,group.create.Parámetros obligatorios: Sin parámetros obligatorios
Group Members Listsolo lecturagroup.membersList the members of a GitLab group (direct and inherited). Returns: members with username, access level, and seat/role metadata. See also:
group.get,group.projects,group.group_member_add.Parámetros obligatorios:
group_id (string)
Group Projectssolo lecturagroup.projectsList the projects in a GitLab group. Returns: projects with path, visibility, and archived status. See also:
group.get,group.subgroups,group.transfer_project.Parámetros obligatorios:
group_id (string)
Group Release Listsolo lecturagroup.release_listList releases across all projects in a group with pagination, ordering, and keyset support. Returns: tag names, release names, dates, author, commit, assets, milestones, evidences, and _links per release. See also:
group.get,release.list,release.get.Parámetros obligatorios:
group_id (string)
Group Restoregroup.restoreRestore a GitLab group marked for deletion. Returns: the restored group metadata. See also:
group.delete,group.get,group.list.Parámetros obligatorios:
group_id (string)
Group Searchsolo lecturagroup.searchSearch GitLab groups by name or path. Returns: matching groups with path, name, and visibility. See also:
group.list,group.get,group.create.Parámetros obligatorios:
query (string)
Group Service Account Creategroup.service_account_createCreate a service account user in a group. Use for GitLab group service accounts and their personal access tokens. Do not use group members, SCIM identities, enterprise users, or generic group access tokens for service account CRUD. Available on all tiers (Free, Premium, Ultimate). Requires Owner permissions. Omit email unless the task gives an explicit valid email address.
Parámetros obligatorios:
group_id (string)
Group Service Account Deletedestructivagroup.service_account_deleteDelete a group service account user, optionally hard-deleting owned resources. Use for GitLab group service accounts and their personal access tokens. Do not use group members, SCIM identities, enterprise users, or generic group access tokens for service account CRUD. Available on all tiers (Free, Premium, Ultimate). Requires Owner permissions.
Parámetros obligatorios:
group_id (string),service_account_id (integer)
Group Service Account Listsolo lecturagroup.service_account_listList a group's service account users. Use for GitLab group service accounts and their personal access tokens. Do not use group members, SCIM identities, enterprise users, or generic group access tokens for service account CRUD. Available on all tiers (Free, Premium, Ultimate). Requires Owner permissions.
Parámetros obligatorios:
group_id (string)
Group Service Account Pat Creategroup.service_account_pat_createCreate a personal access token for a group service account. Use for GitLab group service accounts and their personal access tokens. Do not use group members, SCIM identities, enterprise users, or generic group access tokens for service account CRUD. Available on all tiers (Free, Premium, Ultimate). Requires Owner permissions. Omit expires_at unless the task gives an explicit expiry date. If provided, use YYYY-MM-DD within the instance maximum token lifetime.
Parámetros obligatorios:
group_id (string),name (string),scopes (array),service_account_id (integer)
Group Service Account Pat Listsolo lecturagroup.service_account_pat_listList the personal access tokens of one group service account. Use for GitLab group service accounts and their personal access tokens. Do not use group members, SCIM identities, enterprise users, or generic group access tokens for service account CRUD. Available on all tiers (Free, Premium, Ultimate). Requires Owner permissions.
Parámetros obligatorios:
group_id (string),service_account_id (integer)
Group Service Account Pat Revokedestructivagroup.service_account_pat_revokeRevoke one of a group service account's personal access tokens. Use for GitLab group service accounts and their personal access tokens. Do not use group members, SCIM identities, enterprise users, or generic group access tokens for service account CRUD. Available on all tiers (Free, Premium, Ultimate). Requires Owner permissions.
Parámetros obligatorios:
group_id (string),service_account_id (integer),token_id (integer)
Group Service Account Pat Rotategroup.service_account_pat_rotateRotate a group service account's personal access token: revokes the supplied token_id and issues a replacement in one step (all tiers, Owner role).
Returns: the new personal access token object (id, name, scopes, active, revoked, created_at, expires_at, and the one-time token value, which must be captured immediately because it is not retrievable later).
See also:group.service_account_pat_create,group.service_account_pat_revoke,group.service_account_pat_list.Parámetros obligatorios:
group_id (string),service_account_id (integer),token_id (integer)
Group Service Account Updategroup.service_account_updateUpdate a group service account's name or username. Use for GitLab group service accounts and their personal access tokens. Do not use group members, SCIM identities, enterprise users, or generic group access tokens for service account CRUD. Available on all tiers (Free, Premium, Ultimate). Requires Owner permissions. Omit email unless the task gives an explicit valid email address.
Parámetros obligatorios:
group_id (string),service_account_id (integer)
Subgroups Listsolo lecturagroup.subgroupsList the subgroups (descendant groups) of a GitLab group. Returns: descendant groups with path, name, and visibility. See also:
group.get,group.projects,group.transfer_locations.Parámetros obligatorios:
group_id (string)
Group Transfergroup.transferTransfer a GitLab group under a new parent (or to top level). Returns: the updated group metadata. See also:
group.transfer_locations,group.get,group.subgroups.Parámetros obligatorios:
group_id (string)
Group Transfer Locationssolo lecturagroup.transfer_locationsList candidate parent groups for transferring a GitLab group. Returns: eligible destination groups with id, name, and full path. See also:
group.transfer_project,group.get,group.subgroups.Parámetros obligatorios:
group_id (string)
Group Transfer Projectgroup.transfer_projectTransfer a project into a GitLab group namespace. Returns: the updated project metadata. See also:
group.transfer_locations,group.get,group.projects.Parámetros obligatorios:
group_id (string),project_id (string)
Group Unarchivegroup.unarchiveUnarchive a GitLab group (restore write access). Returns: a success confirmation. See also:
group.archive,group.get,group.update.Parámetros obligatorios:
group_id (string)
Group Updategroup.updateUpdate a GitLab group's settings. Returns: the updated group metadata. See also:
group.get,group.create,group.delete.Parámetros obligatorios:
group_id (string)
Group Upload Avatargroup.upload_avatarUpload or replace a GitLab group's avatar image. Returns: the updated group metadata. See also:
group.update,group.get,group.create.Parámetros obligatorios:
filename (string),group_id (string)