Skip to main content

Operation details

FieldValue
NameuninstallProjectAgent
GroupProject Primitives
TypeMutation
SignatureuninstallProjectAgent(input: UninstallProjectAgentInput!): DeleteProjectPrimitivePayload!

Playground

Query

Query
mutation UninstallProjectAgent($input: UninstallProjectAgentInput!) {
  uninstallProjectAgent(input: $input) {
    id
    success
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "agentId": ""
  }
}