JupyterHub · Capability
JupyterHub REST API — Groups
JupyterHub REST API — Groups. 7 operations. Lead operation: JupyterHub List groups. Self-contained Naftiko capability covering one Jupyterhub business surface.
What You Can Do
GET
Listgroups
— JupyterHub List groups
/v1/groups
POST
Creategroups
— JupyterHub Create groups
/v1/groups
GET
Getgroup
— JupyterHub Get group
/v1/groups/{name}
POST
Creategroup
— JupyterHub Create group
/v1/groups/{name}
DELETE
Deletegroup
— JupyterHub Delete group
/v1/groups/{name}
POST
Addgroupusers
— JupyterHub Add users to group
/v1/groups/{name}/users
DELETE
Removegroupusers
— JupyterHub Remove users from group
/v1/groups/{name}/users
MCP Tools
jupyterhub-list-groups
JupyterHub List groups
read-only
idempotent
jupyterhub-create-groups
JupyterHub Create groups
jupyterhub-get-group
JupyterHub Get group
read-only
idempotent
jupyterhub-create-group
JupyterHub Create group
jupyterhub-delete-group
JupyterHub Delete group
idempotent
jupyterhub-add-users-group
JupyterHub Add users to group
jupyterhub-remove-users-group
JupyterHub Remove users from group
idempotent