in binding-go/client.go [212:217]
func (c *Client) CloseMonitor(id InstanceID) error { if err := c.post(id.path()+"/monitor/close/", struct{}{}, nil); err != nil { return fmt.Errorf("close monitor: %s", err) } return nil }