(self, *args, **kwargs)
| 164 | |
| 165 | @action(detail=True, methods=['post']) |
| 166 | def restart(self, *args, **kwargs): |
| 167 | return self.set_pending_action(pending_actions.RESTART, *args, **kwargs) |
| 168 | |
| 169 | @action(detail=True, methods=['post']) |
| 170 | def remove(self, *args, **kwargs): |
no test coverage detected