mirror of
https://github.com/minio/docs.git
synced 2025-05-28 00:41:14 +03:00
A few big things here: - Updated to Sphinx 6.2.1 successfully. I'm using Python 3.10.10 - Upgraded to docutils 0.19, which is latest - Upgrade myst-parser and sphinx-design to latest stable - Fixed a bunch of warning outputs
2.1 KiB
2.1 KiB
mc admin user remove
minio
Table of Contents
mc admin user remove
Syntax
The mc admin user remove
command removes a MinIO user <minio-internal-idp>
on the target
MinIO deployment.
To manage external Identity Provider users, see OIDC <mc admin idp openid>
or AD/LDAP <mc admin idp ldap>
.
EXAMPLE
The following command removes user myuser
on the
myminio
MinIO deployment:
mc admin user remove myminio myuser
SYNTAX
Removes a user on the target MinIO deployment.
The command has the following syntax:
mc [GLOBALFLAGS] admin user remove \
ALIAS \
USERNAME
Parameters
ALIAS
The alias <mc alias>
of the configured MinIO
deployment with the user to remove.
USERNAME
The username of the user to remove.
Global Flags
Example
Remove a User
Use mc admin user remove
to remove a user from a MinIO
deployment:
mc admin user remove ALIAS USERNAME
- Replace
ALIAS <mc admin user remove ALIAS>
with thealias <mc alias>
of the MinIO deployment. - Replace
USERNAME <mc admin user remove USERNAME>
with the username of the user to remove.