Skip to content

caeops > logs

delete

Description


This command deletes the given Logs Service

Synopsis


  delete 
--name [value]

Options


--name (string)

Name of Logs Service that you want to delete

Examples


The following logs delete example deletes the given Logs Service

caeops logs delete --name=name

Output


Logs Service Details -> (Structure)

  • serviceName -> (string)
    Name of the Logs Service
  • serviceRegion -> (string)
    Region of Logs Service
  • serviceEndpoint -> (string)
    Endpoint of the Elasticsearch Instance
  • serviceType -> (string)
    Type of the resource, logs-service for Logs Service
  • groupName -> (string)
    Name of the service group to which the Logs Service is added
  • labels -> List (structure) key -> (string) Name of the field value -> (string) Value of the field
  • createdAt -> (long)
    Creation timestamp
  • updatedAt -> (long)
    Last modified timestamp
Back to top