1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Cleanup license commands (#794)

Cleans up the license commands
This commit is contained in:
Daryl White
2023-03-31 09:37:08 -05:00
committed by GitHub
parent c1a84f756e
commit 2b5c5c8f99
3 changed files with 0 additions and 80 deletions

View File

@ -259,7 +259,6 @@ The following table lists :mc-cmd:`mc` commands:
* - | :mc:`mc license info`
| :mc:`mc license register`
| :mc:`mc license unregister`
| :mc:`mc license update`
- .. include:: /reference/minio-mc/mc-license.rst
:start-after: start-mc-license-desc

View File

@ -1,73 +0,0 @@
=========================
``mc license unregister``
=========================
.. default-domain:: minio
.. contents:: Table of Contents
:local:
:depth: 1
.. mc:: mc license unregister
Description
-----------
.. start-mc-license-unregister-desc
The :mc-cmd:`mc license unregister` command disconnects your deployment from your |SUBNET| account.
.. end-mc-license-unregister-desc
.. important::
After unregistering, you can no longer use the :mc:`mc support` commands.
Examples
--------
Unregister a Deployment Using the Deployment's Name
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Remove the registration of the MinIO deployment at alias ``minio1`` from SUBNET.
.. code-block:: shell
:class: copyable
mc license unregister minio1
Syntax
------
The command has the following syntax:
.. code-block:: shell
mc [GLOBALFLAGS] license unregister ALIAS \
[--airgap]
Parameters
~~~~~~~~~~
.. mc-cmd:: ALIAS
:required:
The :ref:`alias <alias>` of the MinIO deployment.
.. mc-cmd:: --airgap
:optional:
.. versionadded:: RELEASE.2023-01-28T20-29-38Z
Removes registration info from the deployment without also unregistering from SUBNET.
Use in environments without direct access to the Internet.
Global Flags
~~~~~~~~~~~~
.. include:: /includes/common-minio-mc.rst
:start-after: start-minio-mc-globals
:end-before: end-minio-mc-globals

View File

@ -44,11 +44,6 @@ Subcommands
:start-after: start-mc-license-register-desc
:end-before: end-mc-license-register-desc
* - :mc:`~mc license unregister`
- .. include:: /reference/minio-mc/mc-license-unregister.rst
:start-after: start-mc-license-unregister-desc
:end-before: end-mc-license-unregister-desc
* - :mc:`~mc license update`
- .. include:: /reference/minio-mc/mc-license-update.rst
:start-after: start-mc-license-update-desc
@ -60,5 +55,4 @@ Subcommands
/reference/minio-mc/mc-license-info
/reference/minio-mc/mc-license-register
/reference/minio-mc/mc-license-unregister
/reference/minio-mc/mc-license-update