All Products
Search
Document Center

Simple Log Service:remove_config_to_machine_group

Last Updated:Jun 03, 2026

Removes a Logtail configuration from a machine group.

Request syntax

aliyunlog log remove_config_to_machine_group --project_name=<value> --config_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 lists the required parameters for the remove_config_to_machine_group command.

Parameter

Type

Required

Example

Description

--project_name

String

Yes

aliyun-test-project

The name of the project.

--config_name

String

Yes

config_name2

The name of the Logtail configuration.

--group_name

String

Yes

group_name2

The name of the machine group.

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

Examples

  • Sample request

    Remove a Logtail configuration from a machine group using the default account.

    aliyunlog log remove_config_to_machine_group --project_name="aliyun-test-project" --config_name="config_name2" --group_name="group_name2"
  • Sample response

    No output is returned. An empty response indicates the command ran successfully.

Error codes

If an error is returned, see the error codes for the related API operation: Error codes.

API reference

RemoveConfigFromMachineGroup