Example Procedure: Deleting a Distribution Group

Before deleting a distribution group, ensure that it does not have any running vServers.

To delete a distribution group, complete the following steps:

  1. Run the following command:

    ./iaas-delete-distribution-group --base-url https://<localhost>/ --access-key-file ak.file --distribution-group-id DG-068ae84c-d0fc-406d-aa37-0be4f88d411c

    The command deletes the specified distribution group. The command does not return any value; only the command prompt is displayed.

  2. Verify the deletion by running the iaas-describe-distribution-groups command, as in the following example:

    ./iaas-describe-distribution-groups --base-url https://<localhost>/ -a ~/ak.file --ids DG-068ae84c-d0fc-406d-aa37-0be4f88d411c -H

    This command should return empty output, as the specified distribution group is deleted.