Update state of the specified automation project

put/projects/{projectId}/state

Update state of the automation project with the ID from the path. The automation project state is considered a single piece of information and operations on state are atomic. State update is completely controlled by the state machine based on current state and intended state.

Request Samples

1

Response Samples

1completed

Path Parameters

NameTypeRequiredDescription
projectId
string
true

projectId

Query Parameters

NameTypeRequiredDescription
value
string
true

Intended automation project state.

Allowed values:
pendingpreparingwaitingreadymodelingconstructingPipelinerunningPipelinequiescingquiescedcompletedcanceledfailedoversamplingretraining

Responses

StatusMeaningDescription
202Accepted

The state of automation project was updated.

Schema
400Bad Request

One or more parameters were invalid.

Schema
404Not Found

No automation project with the provided entity ID was found.

Schema
409Conflict

Transition from current to desired state is not permitted.

Schema