Skip to content

caeops > service-groups

update

Description


This command helps you update a service group. Run caeops service-groups update --help for more help.

Synopsis


  update
--group-name [value]
[--description [value]]

Options


--group-name (string)

A group name for creating a new group

--description (string)

A short description of the purpose of the group

Examples


To update a service group.

The following service-groups update example updates a group.

caeops service-groups update --group-name=example --description=short-description

Output


Service group details -> (structure)

  • createdAt -> (number)
    Time at which the user was created
  • groupName -> (string)
    Name of the service group
  • description -> (string) Description of the group
Back to top