Skip to main content
MUTATION
updateAgentCadenceSettings(agentId: ID!, input: UpdateAgentCadenceSettingsInput!): AgentCadenceSettings!

Arguments

agentId
ID!
required

Identifier of the agent.

Values for the requested operation.

agentId
ID!

Identifier of the related agent.

codebaseScanIntervalSeconds
Int!

Codebase scan interval, in seconds.

jobReconciliationIntervalSeconds
Int!

Job reconciliation interval, in seconds.

gitFetchIntervalSeconds
Int!

Git fetch interval, in seconds.

heartbeatIntervalSeconds
Int!

Heartbeat interval, in seconds.

Mutation
Variables
Response