mirror of
				https://github.com/minio/docs.git
				synced 2025-10-31 06:30:27 +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 myminioSYNTAX
The mc alias remove
command has the following syntax:
mc [GLOBALFLAGS] alias remove ALIASParameters
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 myminioSyntax
mc alias remove ALIASReplace ALIAS with the the name of the alias to
remove.