Supprimer une NIC
Vous pouvez supprimer une network interface card (NIC) à tout moment.
Supprimer une NIC avec Cockpit v2
Avant de commencer : Détachez la NIC de la VM à laquelle elle pourrait être attachée. Pour en savoir plus, voir Détacher une NIC d’une VM. |
-
Dans le dashboard NICs, cochez la case de la NIC que vous voulez supprimer.
La multisélection est disponible.
La NIC est sélectionnée.
-
Cliquez sur Supprimer.
Une boîte de dialogue de confirmation apparaît. -
Cliquez sur Supprimer.
La NIC est supprimée.
Supprimer une NIC avec OSC CLI
Avant de commencer : Détachez la NIC de la VM à laquelle elle pourrait être liée. Pour en savoir plus, voir Détacher une NIC d’une VM. |
À ce jour, cette section est disponible en anglais uniquement. |
The DeleteNic command deletes the specified network interface card (NIC).
The network interface must not be attached to any virtual machine (VM).
$ osc-cli api DeleteNic --profile "default" \
--NicId "eni-12345678"
This command contains the following attributes that you need to specify:
-
DryRun
: (optional) If true, checks whether you have the required permissions to perform the action. -
NicId
: The ID of the NIC you want to delete.
The DeleteNic command returns the following elements:
-
ResponseContext
: Information about the context of the response.-
RequestId
: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Supprimer une NIC avec oapi-cli
Avant de commencer : Détachez la NIC de la VM à laquelle elle pourrait être liée. Pour en savoir plus, voir Détacher une NIC d’une VM. |
À ce jour, cette section est disponible en anglais uniquement. |
The DeleteNic command deletes the specified network interface card (NIC).
The network interface must not be attached to any virtual machine (VM).
$ oapi-cli --profile "default" DeleteNic \
--NicId "eni-12345678"
This command contains the following attributes that you need to specify:
-
DryRun
: (optional) If true, checks whether you have the required permissions to perform the action. -
NicId
: The ID of the NIC you want to delete.
The DeleteNic command returns the following elements:
-
ResponseContext
: Information about the context of the response.-
RequestId
: The ID of the request.
-
{
"ResponseContext": {
"RequestId": "0475ca1e-d0c5-441d-712a-da55a4175157"
}
}
Supprimer une FNI avec AWS CLI
Avant de commencer :
|
Pour supprimer une FNI, utilisez la commande delete-network-interface en suivant cette syntaxe :
$ aws ec2 delete-network-interface \
--profile YOUR_PROFILE \
--network-interface-id eni-12345678 \
--endpoint https://fcu.eu-west-2.outscale.com
Cette commande contient les attributs suivants que vous devez spécifier :
-
(optionnel)
profile
: Le profil nommé que vous voulez utiliser, créé pendant la configuration d’AWS CLI. Pour en savoir plus, voir Installer et configurer AWS CLI. -
network-interface-id
: L’ID de la FNI. -
endpoint
: Le endpoint correspondant à la Région à laquelle vous voulez envoyer la requête. Pour en savoir plus, voir Installer et configurer AWS CLI.
La FNI est supprimée.
Pages connexes
Méthodes API correspondantes
AWS™ et Amazon Web Services™ sont des marques de commerce d'Amazon Technologies, Inc. ou de ses affiliées aux États-Unis et/ou dans les autres pays.