Supprimer un internet service
Vous pouvez supprimer un internet service dont vous n’avez plus besoin.
Supprimer un internet service avec Cockpit v2
Avant de commencer : Détachez l’internet service du Net. Pour en savoir plus, voir Détacher un internet service d’un Net. |
-
Dans le dashboard Internet Services, cochez la case de l’internet service que vous souhaitez supprimer.
L’internet service est sélectionné. -
Cliquez sur Supprimer.
Une boîte de dialogue de confirmation apparaît. -
Cliquez sur Supprimer.
L’internet service est supprimé.
Supprimer un internet service avec OSC CLI
Avant de commencer : Détachez l’internet service du Net. Pour en savoir plus, voir Détacher un internet service d’un Net. |
À ce jour, cette section est disponible en anglais uniquement. |
The DeleteInternetService command deletes an internet service.
Before deleting an internet service, you must detach it from any Net it is attached to.
$ osc-cli api DeleteInternetService --profile "default" \
--InternetServiceId "igw-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. -
InternetServiceId
: The ID of the internet service you want to delete.
The DeleteInternetService 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 un Internet service avec oapi-cli
Avant de commencer : Détachez l’Internet service du Net. Pour en savoir plus, voir Détacher un internet service d’un Net. |
À ce jour, cette section est disponible en anglais uniquement. |
The DeleteInternetService command deletes an internet service.
Before deleting an internet service, you must detach it from any Net it is attached to.
$ oapi-cli --profile "default" DeleteInternetService \
--InternetServiceId "igw-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. -
InternetServiceId
: The ID of the internet service you want to delete.
The DeleteInternetService 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 internet gateway avec AWS CLI
Avant de commencer :
|
Pour supprimer une internet gateway, utilisez la commande delete-internet-gateway en suivant cette syntaxe :
$ aws ec2 delete-internet-gateway \
--profile YOUR_PROFILE \
--internet-gateway-id igw-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. -
internet-gateway-id
: L’ID de l’internet gateway. -
endpoint
: Le endpoint correspondant à la Région à laquelle vous voulez envoyer la requête. Pour en savoir plus, voir Installer et configurer AWS CLI.
L’internet gateway est supprimée.
Page connexe
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.