Update state of the specified automation project

put/projects/{projectId}/state
Internal-Use Only

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
202AcceptedThe state of automation project was updated.Schema
400Bad RequestOne or more parameters were invalid.Schema
404Not FoundNo automation project with the provided entity ID was found.Schema
409ConflictTransition from current to desired state is not permitted.Schema