Instruct an agent to stop accepting new build jobs and shut itself down.
|
Create a new unclustered agent token.
Arguments
Parameters for AgentTokenCreate
|
|
Revoke an unclustered agent token.
Arguments
Parameters for AgentTokenRevoke
|
|
Authorize an API Access Token Code generated by an API Application. Please note this mutation is private and cannot be executed externally.
Arguments
Parameters for APIAccessTokenCodeAuthorizeMutation
|
|
Annotate a build with information to appear on the build page.
Arguments
Parameters for BuildAnnotate
|
|
Cancel a build.
Arguments
Parameters for BuildCancel
|
|
Create a build.
Arguments
Parameters for BuildCreate
|
|
Rebuild a build.
Arguments
Parameters for BuildRebuild
|
|
Create an agent token for a cluster.
Arguments
Parameters for ClusterAgentTokenCreate
|
|
Revokes an agent token for a cluster.
Arguments
Parameters for ClusterAgentTokenRevoke
|
|
Updates an agent token for a cluster.
Arguments
Parameters for ClusterAgentTokenUpdate
|
|
Create a cluster.
Arguments
Parameters for ClusterCreate
|
|
Delete a cluster.
Arguments
Parameters for ClusterDelete
|
|
Create a cluster queue.
Arguments
Parameters for ClusterQueueCreate
|
|
Delete a cluster queue.
Arguments
Parameters for ClusterQueueDelete
|
|
This will prevent dispatch of jobs to agents on this queue. You can add an optional note describing the reason for pausing.
Arguments
Parameters for ClusterQueuePauseDispatch
|
|
This will resume dispatch of jobs on this queue.
Arguments
Parameters for ClusterQueueResumeDispatch
|
|
Updates a cluster queue.
Arguments
Parameters for ClusterQueueUpdate
|
|
Updates a cluster.
Arguments
Parameters for ClusterUpdate
|
|
Add a new email address for the current user
Arguments
Parameters for EmailCreate
|
|
Resend a verification email.
Arguments
Parameters for EmailResendVerification
|
|
Create a GraphQL snippet.
Arguments
Parameters for GraphQLSnippetCreate
|
|
Unblocks a build's "Block pipeline" job.
Arguments
Parameters for JobTypeBlockUnblock
|
|
Cancel a job.
Arguments
Parameters for JobTypeCommandCancel
|
|
Retry a job.
Arguments
Parameters for JobTypeCommandRetry
|
|
Dismisses a notice from the Buildkite UI. This mutation is idempotent so if you dismiss the same notice multiple times, it will return the original dismissedAt time
Arguments
Parameters for NoticeDismiss
|
|
Revokes access to an organization for a user's API access token. The organization can not be re-added to the same token, however the user can create a new token and add the organization to that token.
Arguments
Parameters for OrganizationAPIAccessTokenRevokeMutation
|
|
Sets an allowlist of IP addresses for API access to an organization. Please note that this is a beta feature and is not yet available to all organizations.
Arguments
Parameters for OrganizationAPIIPAllowlistUpdateMutation
|
|
Delete the system banner
Arguments
Parameters for OrganizationBannerDelete
|
|
Retrieves the active system banner for provided organization, then updates it with input data. If active banner is not found, a new banner is created with the provided input.
Arguments
Parameters for OrganizationBannerUpsert
|
|
Sets whether the organization requires two-factor authentication for all members.
Arguments
Parameters for OrganizationEnforceTwoFactorAuthenticationForMembersUpdateMutation
|
|
Send email invitations to this organization.
Arguments
Parameters for OrganizationInvitationCreate
|
|
Resend an organization invitation email.
Arguments
Parameters for OrganizationInvitationResend
|
|
Revoke an invitation to an organization so that it can no longer be accepted.
Arguments
Parameters for OrganizationInvitationRevoke
|
|
Remove a user from an organization.
Arguments
Parameters for OrganizationMemberDelete
|
|
Change a user's role within an organization.
Arguments
Parameters for OrganizationMemberUpdate
|
|
Specify the maximum timeframe to revoke organization access from inactive API tokens.
Arguments
Parameters for OrganizationRevokeInactiveTokensAfterUpdateMutation
|
|
Archive a pipeline.
Arguments
Parameters for PipelineArchive
|
|
Create a pipeline.
Arguments
Parameters for PipelineCreate
|
|
Create SCM webhooks for a pipeline.
Arguments
Parameters for PipelineCreateWebhook
|
|
Delete a pipeline.
Arguments
Parameters for PipelineDelete
|
|
Favorite a pipeline.
Arguments
Parameters for PipelineFavorite
|
|
Rotate a pipeline's webhook URL. Note that the old webhook URL will stop working immediately and so must be updated quickly to avoid interruption.
Arguments
Parameters for PipelineRotateWebhookURL
|
|
Create a scheduled build on pipeline.
Arguments
Parameters for PipelineScheduleCreate
|
|
Delete a scheduled build on pipeline.
Arguments
Parameters for PipelineScheduleDelete
|
|
Update a scheduled build on pipeline.
Arguments
Parameters for PipelineScheduleUpdate
|
|
Create a pipeline template.
Arguments
Parameters for PipelineTemplateCreate
|
|
Delete a pipeline template.
Arguments
Parameters for PipelineTemplateDelete
|
|
Update a pipeline template.
Arguments
Parameters for PipelineTemplateUpdate
|
|
Unarchive a pipeline.
Arguments
Parameters for PipelineUnarchive
|
|
Change the settings for a pipeline.
Arguments
Parameters for PipelineUpdate
|
|
Create a rule.
Arguments
Parameters for RuleCreate
|
|
Delete a rule.
Arguments
Parameters for RuleDelete
|
|
Create a SSO provider.
Arguments
Parameters for SSOProviderCreate
|
|
Delete a SSO provider.
Arguments
Parameters for SSOProviderDelete
|
|
Disable a SSO provider.
Arguments
Parameters for SSOProviderDisable
|
|
Enable a SSO provider.
Arguments
Parameters for SSOProviderEnable
|
|
Change the settings for a SSO provider.
Arguments
Parameters for SSOProviderUpdate
|
|
Create a team.
Arguments
Parameters for TeamCreate
|
|
Delete a team.
Arguments
Parameters for TeamDelete
|
|
Add a user to a team.
Arguments
Parameters for TeamMemberCreate
|
|
Remove a user from a team.
Arguments
Parameters for TeamMemberDelete
|
|
Update a user's role in a team.
Arguments
Parameters for TeamMemberUpdate
|
|
Add a pipeline to a team.
Arguments
Parameters for TeamPipelineCreate
|
|
Remove a pipeline from a team.
Arguments
Parameters for TeamPipelineDelete
|
|
Update a pipeline's access level within a team.
Arguments
Parameters for TeamPipelineUpdate
|
|
Add a registry to a team.
Arguments
Parameters for TeamRegistryCreate
|
|
Remove a registry from a team.
Arguments
Parameters for TeamRegistryDelete
|
|
Update a registry's access level within a team.
Arguments
Parameters for TeamRegistryUpdate
|
|
Add a suite to a team.
Arguments
Parameters for TeamSuiteCreate
|
|
Remove a suite from a team.
Arguments
Parameters for TeamSuiteDelete
|
|
Update a suite's access level within a team.
Arguments
Parameters for TeamSuiteUpdate
|
|
Change the settings for a team.
Arguments
Parameters for TeamUpdate
|
|
Activate a previously-generated TOTP configuration, and its Recovery Codes. Once activated, both this TOTP configuration, and the associated Recovery Codes will become active for the user. Any previous TOTP configuration or Recovery Codes will no longer be usable. This mutation is private, requires an escalated session, and cannot be accessed via the public GraphQL API.
Arguments
Parameters for TOTPActivate
|
|
Create a new TOTP configuration for the current user. This will produce a TOTP configuration with an associated set of Recovery Codes. The Recovery Codes must be presented to the user prior to the TOTP's activation with totpActivate . Neither TOTP configuration nor Recovery Codes will be usable until they have been activated. This mutation is private, requires an escalated session, and cannot be accessed via the public GraphQL API.
Arguments
Parameters for TOTPCreate
|
|
Delete a TOTP configuration. If a TOTP configuration was active, it will no longer be used for logging on to the user's account. Any Recovery Codes associated with the TOTP configuration will also no longer be usable. This mutation is private, requires an escalated session, and cannot be accessed via the public GraphQL API.
Arguments
Parameters for TOTPDelete
|
|
Generate a new set of Recovery Codes for a given TOTP. The new Recovery Codes will immediately replace any existing recovery codes. This mutation is private, requires an escalated session, and cannot be accessed via the public GraphQL API.
Arguments
Parameters for TOTPRecoveryCodesRegenerate
|
|