Este contenido no está disponible en el idioma seleccionado.
Chapter 8. Deleting functions
			You can delete a function. You can do it using the kn func tool.
		
8.1. Deleting a function
				You can delete a function by using the kn func delete command. This is useful when a function is no longer required, and can help to save resources on your cluster.
			
Procedure
- Delete a function: - kn func delete [<function_name> -n <namespace> -p <path>] - $ kn func delete [<function_name> -n <namespace> -p <path>]- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow - 
								If the name or path of the function to delete is not specified, the current directory is searched for a func.yamlfile that is used to determine the function to delete.
- 
								If the namespace is not specified, it defaults to the namespacevalue in thefunc.yamlfile.
 
- 
								If the name or path of the function to delete is not specified, the current directory is searched for a