MCPcopy Create free account
hub / github.com/StackStorm/st2 / delete_group

Method delete_group

st2common/st2common/services/coordination.py:142–147  ·  view source on GitHub ↗
(cls, group_id)

Source from the content-addressed store, hash-verified

140
141 @classmethod
142 def delete_group(cls, group_id):
143 try:
144 del cls.groups[group_id]
145 except KeyError:
146 raise GroupNotCreated(group_id)
147 return NoOpAsyncResult()
148
149 @classmethod
150 def get_members(cls, group_id):

Callers 1

setUpClassMethod · 0.80

Calls 1

NoOpAsyncResultClass · 0.85

Tested by 1

setUpClassMethod · 0.64