Deletes the indexes of a specified Logstore.
Request syntax
aliyunlog log delete_index --project_name=<value> --logstore_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 required and specific parameters of the delete_index command.
Parameter | Type | Required | Example | Description |
--project_name | String | Yes | aliyun-test-project | The name of the project. |
--logstore_name | String | Yes | logstroe-a | The name of the Logstore. |
For information about the global parameters of the Log Service command-line interface (CLI), see Global parameters.
Examples
Sample requests
Use the default account to delete the indexes of a Logstore named logstore-a.
aliyunlog log delete_index --project_name="aliyun-test-project" --logstore_name="logstore-a"
After you run the command, no responses are returned. To check whether the indexes are deleted, use the following command example:
aliyunlog log get_index_config --project_name="aliyun-test-project" --logstore_name="logstore-a"
Sample responses:
{"errorCode": "IndexConfigNotExist", "errorMessage": "index config doesn't exist", "requestId": "667BA89CA3741E0D5******"}
Error codes
If an error message is returned, fix the error based on the error codes of the related API operation. For more information, see Error codes.