DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / assets / javascripts / clusters / agents / graphql / mutations / revoke_token.mutation.graphql
12345
mutation revokeAgentToken($input: ClusterAgentTokenRevokeInput!) { clusterAgentTokenRevoke(input: $input) { errors } }