mirror of
https://github.com/minio/docs.git
synced 2025-10-28 07:54:51 +03:00
1.9 KiB
1.9 KiB
mc alias remove
minio
Table of Contents
mc alias remove
Syntax
The mc alias remove
removes an existing alias from the local mc configuration.
EXAMPLE
The following command removes the myminio alias <alias> for a
MinIO deployment from the host machine:
mc alias remove myminio
SYNTAX
The mc alias remove
command has the following syntax:
mc [GLOBALFLAGS] alias remove ALIAS
Parameters
ALIAS
Required The alias to remove from the local mc configuration.
Global Flags
Examples
Remove an Alias from
the mc Configuration
Use mc alias remove
to remove an existing alias from the mc configuration:
Example
The following command removes the myminio alias.
mc alias remove myminio
Syntax
mc alias remove ALIAS
Replace ALIAS with the the name of the alias to
remove.