For the complete documentation index, see llms.txt. This page is also available as Markdown.

Workloads batch

Workload batch operations.

post
Authorizations
AuthorizationstringRequired

Bearer authentication

Body

The ids and action to perform on a batch of workloads. The number of ids is limited to 100.

idsstring · uuid[] · min: 1Required

List of ids to perform the action on.

actionstring · enumRequired

The action to perform on the list of ids.

Possible values:
Responses
200

Request completed successfully.

application/json
idstring · uuidRequired

The ID of the batch operation.

succeededstring · uuid[] · min: 1Optional

List of ids to perform the action on.

post/api/v1/workloads/batch

Last updated