All Products
Search
Document Center

Simple Log Service:delete_machine_group

Last Updated:Jun 16, 2026

Deletes a machine group.

Request syntax

aliyunlog log delete_machine_group --project_name=<value> --group_name=<value> [--access-id=<value>] [--access-key=<value>] [--sts-token=<value>] [--region-endpoint=<value>] [--client-name=<value>] [--jmes-filter=<value>] [--format-output=<value>] [--decode-output=<value>]

Request parameters

The following table describes the parameters of the delete_machine_group command.

Parameter

Type

Required

Example

Description

--project_name

String

Yes

aliyun-test-project

The name of the project.

--group_name

String

Yes

group_name2

The name of the machine group.

For information about the global parameters of the Simple Log Service command-line interface (CLI), see Global parameters.

Examples

  • Sample requests

    Delete a machine group named group_name2 by using the default account.

    aliyunlog log delete_machine_group --project_name="aliyun-test-project" --group_name="group_name2"
  • Sample responses

    No response is returned after you run this command. You can run the following command to verify that the machine group is deleted.

    aliyunlog log get_machine_group --project_name="aliyun-test-project" --group_name="group_name2"

    The following response is returned.

    {"errorCode": "MachineGroupNotExist", "errorMessage": "MachineGroup group_name not exist", "requestId": "667A54DA7406B53EEEFE9D1A"}

Error codes

If an error message is returned, troubleshoot the issue based on the error codes of the related API operation. For more information, see Error codes.

API reference

DeleteMachineGroup