Skip to main content

SetCrowdyStudioAgentOperatorAppKillInput

Operator-only per-app emergency kill. App managers cannot clear or override this state.

input SetCrowdyStudioAgentOperatorAppKillInput {
appId: BigInt!
killed: Boolean!
reasonCode: String
reason: String
expectedRevision: BigInt
idempotencyKey: String!
}

Fields

SetCrowdyStudioAgentOperatorAppKillInput.appId ● BigInt! non-null scalar

App to kill or release.

SetCrowdyStudioAgentOperatorAppKillInput.killed ● Boolean! non-null scalar

True to kill immediately; false to release the operator kill.

SetCrowdyStudioAgentOperatorAppKillInput.reasonCode ● String scalar

Stable reason code (max 64); defaults to AGENT_OPERATOR_KILLED.

SetCrowdyStudioAgentOperatorAppKillInput.reason ● String scalar

Safe reason text (max 256); no secrets or provider bodies.

SetCrowdyStudioAgentOperatorAppKillInput.expectedRevision ● BigInt scalar

Optional optimistic app-policy revision.

SetCrowdyStudioAgentOperatorAppKillInput.idempotencyKey ● String! non-null scalar

Required retry key (1-128 characters). Same key/arguments replay; different arguments fail IDEMPOTENCY_CONFLICT.

Member Of

cpSetCrowdyStudioAgentAppKill mutation