Transition a cluster through the lifecycle state machine
POST
Transition a cluster through the lifecycle state machine
Authorizations
Path Parameters
Body
application/json
Body for POST /clusters/{cluster_id}/status.
target_cluster_id is required when to_status='merged' and ignored
otherwise. The state-machine enforcement lives in
GapClusterLifecycleService; this schema only constrains the wire
shape.
Response
Successful Response
Wire shape for a successful lifecycle mutation.
Mirrors ClusterTransitionResult from the lifecycle service with
enum statuses flattened to their string values for SDK ergonomics.
Transition a cluster through the lifecycle state machine