Schedule new instances
POST
/api/v1/groups/{name}/start
Schedules one or more new instances for the group.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” name
required
string
Group name
Query Parameters
Section titled “Query Parameters ”deprecated
integer format: int32
Number of instances to schedule (1-50). Deprecated: send count in the request body instead.
Request Body
Section titled “Request Body ”object
count
integer format: int32
Responses
Section titled “ Responses ”Instances scheduled
object
status
string
count
required
integer format: int32
Invalid count
Unauthorized
Forbidden
Group not found