Overview
public void function setIsUp(
required string serviceId
, required boolean isUp
)
Sets whether or not the given service is 'up'
Arguments
| Name | Type | Required | Description |
|---|
| serviceId | string | Yes | ID of the service whose status you wish to set |
| isUp | boolean | Yes | Whether or not the service is up |